OIS
1.5
Object-oriented Input System
|
A 3D Vector component (perhaps an orientation, as in the WiiMote) More...
#include <OISPrereqs.h>
Public Member Functions | |
Vector3 () | |
Vector3 (float _x, float _y, float _z) | |
void | clear () |
Public Member Functions inherited from OIS::Component | |
Component () | |
Component (ComponentType type) | |
Public Attributes | |
float | x |
X component of vector. More... | |
float | y |
Y component of vector. More... | |
float | z |
Z component of vector. More... | |
Public Attributes inherited from OIS::Component | |
ComponentType | cType |
Indicates what type of coponent this is. More... | |
A 3D Vector component (perhaps an orientation, as in the WiiMote)
|
inline |
|
inline |
|
inline |
float OIS::Vector3::x |
X component of vector.
float OIS::Vector3::y |
Y component of vector.
float OIS::Vector3::z |
Z component of vector.