102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Math_QuaternionI16 Struct Reference

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.

Detailed Description

Four signed Q14 fixed-point quaternion components, used by animation rotation tracks.

Definition at line 1860 of file dttr_pcdogs.h.

Field Documentation

◆ w

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.

◆ x

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.

◆ y

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.

◆ z

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.


The documentation for this struct was generated from the following file: