animates a quaternion vector with position data More...
Go to the source code of this file.
Functions | |
| function | animateQuatPos (in quat, in pos, in options) |
| function | timer_callback (in ignoredArg, in ignoredArg) |
| function | my_closereq (in ignoredArg, in ignoredArg) |
animates a quaternion vector with position data
animateQuat(quat, pos) animates the orientation data in the quaternion vector with the position data in the position vector.
animateQuat(quat, pos, options) allows to specify additional options for the animation.
animateQuat(quat1, pos1, quat2, pos2, ...) animates multiple quaternion and position vectors in the same figure.
| quat | - Nx4 numeric vector or Nx1 quaternion vector |
| pos | - Nx3 numeric vector with position data |
| options | (optional) - struct with optional input arguments
|
| none |
Definition in file animateQuatPos.m.
| function animateQuatPos | ( | in | quat, |
| in | pos, | ||
| in | options ) |
| function my_closereq | ( | in | ignoredArg, |
| in | ignoredArg ) |
| function timer_callback | ( | in | ignoredArg, |
| in | ignoredArg ) |