#include <stdlib.h>
#include "vectormath/vmInclude.h"
#include "PlatformDefinitions.h"
Go to the source code of this file.
Macro Definition Documentation
| #define PFX_MOTION_MASK_DYNAMIC 0x0a |
| #define PFX_MOTION_MASK_SLEEP 0x0e |
| #define PFX_MOTION_MASK_STATIC 0x95 |
| #define PFX_MOTION_MASK_TYPE 0x7f |
Enumeration Type Documentation
- Enumerator:
| PfxMotionTypeFixed |
|
| PfxMotionTypeActive |
|
| PfxMotionTypeKeyframe |
|
| PfxMotionTypeOneWay |
|
| PfxMotionTypeTrigger |
|
| PfxMotionTypeCount |
|
Definition at line 58 of file TrbStateVec.h.
Function Documentation
| static vmQuat read_Quat |
( |
const float * |
p | ) |
|
|
inlinestatic |
| static vmVector3 read_Vector3 |
( |
const float * |
p | ) |
|
|
inlinestatic |
| static void store_Quat |
( |
const vmQuat & |
src, |
|
|
float * |
p |
|
) |
| |
|
inlinestatic |
| static void store_Vector3 |
( |
const vmVector3 & |
src, |
|
|
float * |
p |
|
) |
| |
|
inlinestatic |
Variable Documentation
| enum { ... } __attribute__ |