#include <RageTypes.h>
Public Member Functions | |
| RageVector4 () | |
| RageVector4 (const float *f) | |
| RageVector4 (float x1, float y1, float z1, float w1) | |
| operator float * () | |
| operator const float * () const | |
| RageVector4 & | operator+= (const RageVector4 &other) |
| RageVector4 & | operator-= (const RageVector4 &other) |
| RageVector4 & | operator *= (float f) |
| RageVector4 & | operator/= (float f) |
| RageVector4 | operator+ (const RageVector4 &other) const |
| RageVector4 | operator- (const RageVector4 &other) const |
| RageVector4 | operator * (float f) const |
| RageVector4 | operator/ (float f) const |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
Friends | |
| RageVector4 | operator * (float f, const RageVector4 &other) |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7