Trajectory player for animating coordinate frames
var player = new TrajectoryPlayer(trajectory, {step: 1, timeout: 50}); player.play();
make trajectory player
the trajectory
pause the animation
start the animation
set player parameters
stop the animation (pause and go to start-frame)
toggle between playing and pausing the animation
Generated using TypeDoc
Trajectory player for animating coordinate frames
var player = new TrajectoryPlayer(trajectory, {step: 1, timeout: 50}); player.play();