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