#include <gandalf/vision/rotate3D.h>
Public Attributes | |
| Gan_Rot3D_Type | type |
| representation used | |
| union { | |
| Gan_Quaternion q | |
| quaternion form | |
| Gan_Vector3 r | |
| exponential form | |
| struct { | |
| Gan_Vector3 axis | |
| double angle | |
| } aa | |
| angle/axis form | |
| Gan_Matrix33 R | |
| matrix form | |
| } | data |
| Rotation data. | |
1.3.9.1