Classes | Defines | Enumerations | Functions | Variables

TrbStateVec.h File Reference

#include <stdlib.h>
#include "vectormath/vmInclude.h"
#include "PlatformDefinitions.h"
Include dependency graph for TrbStateVec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrbState

Defines

#define PFX_MOTION_MASK_DYNAMIC   0x0a
#define PFX_MOTION_MASK_STATIC   0x95
#define PFX_MOTION_MASK_SLEEP   0x0e
#define PFX_MOTION_MASK_TYPE   0x7f

Enumerations

enum  {
  PfxMotionTypeFixed = 0,
  PfxMotionTypeActive,
  PfxMotionTypeKeyframe,
  PfxMotionTypeOneWay,
  PfxMotionTypeTrigger,
  PfxMotionTypeCount
}

Functions

static vmVector3 read_Vector3 (const float *p)
static vmQuat read_Quat (const float *p)
static void store_Vector3 (const vmVector3 &src, float *p)
static void store_Quat (const vmQuat &src, float *p)

Variables

enum { ... }  __attribute__

Define Documentation

#define PFX_MOTION_MASK_DYNAMIC   0x0a

Definition at line 67 of file TrbStateVec.h.

#define PFX_MOTION_MASK_SLEEP   0x0e

Definition at line 69 of file TrbStateVec.h.

#define PFX_MOTION_MASK_STATIC   0x95

Definition at line 68 of file TrbStateVec.h.

#define PFX_MOTION_MASK_TYPE   0x7f

Definition at line 70 of file TrbStateVec.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
PfxMotionTypeFixed 
PfxMotionTypeActive 
PfxMotionTypeKeyframe 
PfxMotionTypeOneWay 
PfxMotionTypeTrigger 
PfxMotionTypeCount 

Definition at line 58 of file TrbStateVec.h.


Function Documentation

static vmQuat read_Quat ( const float *  p  )  [inline, static]

Definition at line 38 of file TrbStateVec.h.

static vmVector3 read_Vector3 ( const float *  p  )  [inline, static]

Definition at line 31 of file TrbStateVec.h.

static void store_Quat ( const vmQuat src,
float *  p 
) [inline, static]

Definition at line 51 of file TrbStateVec.h.

static void store_Vector3 ( const vmVector3 src,
float *  p 
) [inline, static]

Definition at line 45 of file TrbStateVec.h.


Variable Documentation

enum { ... } __attribute__