Public Member Functions | |
| Vector3 (void) | |
| Vector3 (const Vector3 &s) | |
| Vector3 (float cx, float cy, float cz) | |
| const float & | operator[] (int i) const |
| float & | operator[] (int i) |
| Vector3 & | clear (void) |
| Vector3 & | set (float cx, float cy, float cz) |
| Vector3 & | operator+= (const Vector3 &v) |
| Vector3 & | operator-= (const Vector3 &v) |
| Vector3 & | operator *= (float s) |
| Vector3 & | operator/= (float s) |
| Vector3 & | operator *= (const Matrix3x3 &m) |
| float | operator|= (const Vector3 &v) const |
| bool | operator== (const Vector3 &v) const |
| bool | operator!= (const Vector3 &v) const |
| float | length (void) const |
| float | lengthSqr (void) const |
| Vector3 & | normalize (float len=1.0f) |
| void | scale (const Vector3 &v) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Definition at line 68 of file ssVector.hpp.
1.5.1-p1