|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Four signed Q14 fixed-point quaternion components, used by animation rotation tracks. More...
#include <dttr_pcdogs.h>
Data Fields | |
| int16_t | w |
| Scalar component in signed Q14 fixed-point form. Offset 0x0. | |
| int16_t | x |
| X vector component in signed Q14 fixed-point form. Offset 0x2. | |
| int16_t | y |
| Y vector component in signed Q14 fixed-point form. Offset 0x4. | |
| int16_t | z |
| Z vector component in signed Q14 fixed-point form. Offset 0x6. | |
Four signed Q14 fixed-point quaternion components, used by animation rotation tracks.
Definition at line 1860 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Math_QuaternionI16::w |
Scalar component in signed Q14 fixed-point form. Offset 0x0.
Definition at line 1861 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Math_QuaternionI16::x |
X vector component in signed Q14 fixed-point form. Offset 0x2.
Definition at line 1862 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Math_QuaternionI16::y |
Y vector component in signed Q14 fixed-point form. Offset 0x4.
Definition at line 1863 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Math_QuaternionI16::z |
Z vector component in signed Q14 fixed-point form. Offset 0x6.
Definition at line 1864 of file dttr_pcdogs.h.