#include <orxPhysics.h>
Data Fields | |
| union { | |
| struct { | |
| orxAABOX stBox | |
| } stAABox | |
| struct { | |
| orxVECTOR avVertices [orxBODY_PART_DEF_KU32_MESH_VERTEX_NUMBER] | |
| orxU32 u32VertexCounter | |
| } stMesh | |
| struct { | |
| orxFLOAT fRadius | |
| orxVECTOR vCenter | |
| } stSphere | |
| }; | |
| orxFLOAT | fDensity |
| orxFLOAT | fFriction |
| orxFLOAT | fRestitution |
| orxU16 | u16CheckMask |
| orxU16 | u16SelfFlags |
| orxU32 | u32Flags |
| orxVECTOR | vScale |
Part definition
Definition at line 125 of file orxPhysics.h.
| union { ... } |
Part : 132
| orxVECTOR orxBODY_PART_DEF::avVertices[orxBODY_PART_DEF_KU32_MESH_VERTEX_NUMBER] |
Mesh vertices : 132
Definition at line 151 of file orxPhysics.h.
| orxFLOAT orxBODY_PART_DEF::fDensity |
Density : 24
Definition at line 130 of file orxPhysics.h.
| orxFLOAT orxBODY_PART_DEF::fFriction |
Friction : 16
Definition at line 128 of file orxPhysics.h.
| orxFLOAT orxBODY_PART_DEF::fRadius |
Sphere radius : 48
Definition at line 140 of file orxPhysics.h.
| orxFLOAT orxBODY_PART_DEF::fRestitution |
Restitution : 20
Definition at line 129 of file orxPhysics.h.
| struct { ... } orxBODY_PART_DEF::stAABox |
Box : 56
Axis aligned Box : 56
Definition at line 145 of file orxPhysics.h.
| struct { ... } orxBODY_PART_DEF::stMesh |
| struct { ... } orxBODY_PART_DEF::stSphere |
Sphere : 48
Check mask : 28
Definition at line 132 of file orxPhysics.h.
Self defining flags : 26
Definition at line 131 of file orxPhysics.h.
| orxU32 orxBODY_PART_DEF::u32Flags |
Control flags : 32
Definition at line 133 of file orxPhysics.h.
Mesh vertex counter : 36
Definition at line 150 of file orxPhysics.h.
Sphere center : 44
Definition at line 139 of file orxPhysics.h.
Scale : 12
Definition at line 127 of file orxPhysics.h.
1.5.6