|
| Vector3 (float x, float y, float z) |
|
void | normalize () |
|
float | getLength () const |
|
bool | operator== (const Vector3 &other) const |
|
bool | operator!= (const Vector3 &other) const |
|
Vector3 | operator- () const |
|
Vector3 | operator* (float factor) const |
|
Vector3 | operator+ (const Vector3 &other) const |
|
Vector3 | operator- (const Vector3 &other) const |
|
Vector3 & | operator*= (float factor) |
|
Vector3 & | operator+= (float value) |
|
Vector3 & | operator-= (float value) |
|
The documentation for this class was generated from the following file: