Struct SYN_Quaternion¶
3D Quaternion representation (w + xi + yj + zk). More...
#include <syn_sensor_fusion.h>
Public Attributes¶
| Type | Name |
|---|---|
| q16_t | w |
| q16_t | x |
| q16_t | y |
| q16_t | z |
Detailed Description¶
Fixed-point Q16.16 Quaternion representation q = w + xi + yj + zk.
Public Attributes Documentation¶
variable w¶
Scalar component (w)
Scalar (real) component
variable x¶
Vector x component
Vector i component
variable y¶
Vector y component
Vector j component
variable z¶
Vector z component
Vector k component
The documentation for this class was generated from the following file src/syntropic/sensor/syn_sensor_fusion.h