|
OIS 1.6
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. | |
| float | y |
| Y component of vector. | |
| float | z |
| Z component of vector. | |
| Public Attributes inherited from OIS::Component | |
| ComponentType | cType |
| Indicates what type of coponent this is. | |
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.