#include <src/ois/OISPrereqs.h>
Public Member Functions | |
void | clear () |
Vector3 (float _x, float _y, float _z) | |
Vector3 () | |
Public Attributes | |
float | x |
X component of vector. | |
float | y |
Y component of vector. | |
float | z |
Z component of vector. |
OIS::Vector3::Vector3 | ( | ) | [inline] |
OIS::Vector3::Vector3 | ( | float | _x, | |
float | _y, | |||
float | _z | |||
) | [inline] |
void OIS::Vector3::clear | ( | ) | [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.