Definition at line 57 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 73 of file xsquaternion.h.
| XsReal XsQuaternion::m_w | 
Stores the w component of the quaternion.
Definition at line 64 of file xsquaternion.h.
| XsReal XsQuaternion::m_x | 
Stores the x component of the quaternion.
Definition at line 66 of file xsquaternion.h.
| XsReal XsQuaternion::m_y | 
Stores the y component of the quaternion.
Definition at line 68 of file xsquaternion.h.
| XsReal XsQuaternion::m_z | 
Stores the z component of the quaternion.
Definition at line 70 of file xsquaternion.h.
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |