The quaternion structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
double | x |
The x component of the quaternion. More... | |
double | y |
The y component of the quaternion. More... | |
double | z |
The z component of the quaternion. More... | |
double | w |
The w component of the quaternion. More... | |
The quaternion structure.
The quaternion structure contains the quaternion of a rotation.
double _slamtec_aurora_sdk_quaternion_t::w |
The w component of the quaternion.
The w component of the quaternion is the w component of the quaternion.
double _slamtec_aurora_sdk_quaternion_t::x |
The x component of the quaternion.
The x component of the quaternion is the x component of the quaternion.
double _slamtec_aurora_sdk_quaternion_t::y |
The y component of the quaternion.
The y component of the quaternion is the y component of the quaternion.
double _slamtec_aurora_sdk_quaternion_t::z |
The z component of the quaternion.
The z component of the quaternion is the z component of the quaternion.