The definition of a state in SO(3) represented as a unit quaternion. More...
#include <SO3StateSpace.h>

Public Member Functions | |
| void | setAxisAngle (double ax, double ay, double az, double angle) |
| Set the quaternion from axis-angle representation. | |
| void | setIdentity (void) |
| Set the state to identity -- no rotation. | |
Public Attributes | |
| double | x |
| X component of quaternion vector. | |
| double | y |
| Y component of quaternion vector. | |
| double | z |
| Z component of quaternion vector. | |
| double | w |
| scalar component of quaternion | |
The definition of a state in SO(3) represented as a unit quaternion.
Definition at line 76 of file SO3StateSpace.h.