#include <math/Vector3.h>
Public Member Functions | |
| Vector3f (float x, float y, float z) | |
| Vector3f (const Vector3 &v) | |
| float | x () const |
| float | y () const |
| float | z () const |
| float & | operator[] (int i) |
| float | operator[] (int i) const |
Public Attributes | |
| float | e [3] |
1.4.3