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