47    virtual vector 
GetUp( 
void );
 
 
virtual vector GetUp(void)
Get the up facing direction in a normalized vector.
Definition XRSpace.qc:40
virtual vector RoomToWorldAngles(vector)
Takes a room-space angle and translates it into world angles.
Definition XRSpace.qc:57
virtual void SetAngles(vector)
Sets the direction offset of the space in the 3D world.
Definition XRSpace.qc:71
virtual vector GetRight(void)
Get the right facing direction in a normalized vector.
Definition XRSpace.qc:34
void NSXRSpace(void)
Definition XRSpace.qc:18
virtual vector GetForward(void)
Get the forward facing direction in a normalized vector.
Definition XRSpace.qc:28
virtual vector RoomToWorldOrigin(vector)
Takes a room-space position and translates it into world position.
Definition XRSpace.qc:46
virtual void SetOrigin(vector)
Sets the placement of the space in the 3D world.
Definition XRSpace.qc:65
void ncEntity(void)
The constructor.
Definition Entity.qc:29