|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Oriented-bounds record containing center, extent, and orientation-vector fields. More...
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Math_Vec3I32 | anchor_vec |
| First vector in the internal oriented-bounds record. Offset 0x0. | |
| DTTR_PCDOGS_T_Math_Vec3I32 | extent_vec |
| DTTR_PCDOGS_T_Math_Vec3I32 | orientation_vec_0 |
| int32_t | orientation_vec_1_x |
| int32_t | orientation_vec_1_y |
Oriented-bounds record containing center, extent, and orientation-vector fields.
Definition at line 4363 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Math_OrientedBoundsRecord::anchor_vec |
First vector in the internal oriented-bounds record. Offset 0x0.
Definition at line 4365 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Math_OrientedBoundsRecord::extent_vec |
Second extent-like vector; exact collision shape semantics are internal. Offset 0xC.
Definition at line 4366 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Math_OrientedBoundsRecord::orientation_vec_0 |
First orientation-like vector in the internal oriented-bounds record. Offset 0x18.
Definition at line 4369 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_OrientedBoundsRecord::orientation_vec_1_x |
Partial second orientation-like vector component used by current consumers. Offset 0x24.
Definition at line 4371 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_OrientedBoundsRecord::orientation_vec_1_y |
Partial second orientation-like vector component used by current consumers. Offset 0x28.
Definition at line 4373 of file dttr_pcdogs.h.