Definition at line 43 of file xsquaternion.h.
#include <xSens_MT4/xstypes/include/xsens/xsquaternion.h>
Public Attributes | |
| union { | |
| struct { | |
| XsReal m_w | |
| Stores the w component of the quaternion. More... | |
| XsReal m_x | |
| Stores the x component of the quaternion. More... | |
| XsReal m_y | |
| Stores the y component of the quaternion. More... | |
| XsReal m_z | |
| Stores the z component of the quaternion. More... | |
| } | |
| XsReal m_data [4] | |
| Stores the quaternion in an array of four elements. More... | |
| }; | |
| XSCPPPROTECTED { ... } |
| XsReal XsQuaternion::m_data[4] |
Stores the quaternion in an array of four elements.
Definition at line 52 of file xsquaternion.h.
| XsReal XsQuaternion::m_w |
Stores the w component of the quaternion.
Definition at line 47 of file xsquaternion.h.
| XsReal XsQuaternion::m_x |
Stores the x component of the quaternion.
Definition at line 48 of file xsquaternion.h.
| XsReal XsQuaternion::m_y |
Stores the y component of the quaternion.
Definition at line 49 of file xsquaternion.h.
| XsReal XsQuaternion::m_z |
Stores the z component of the quaternion.
Definition at line 50 of file xsquaternion.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |