Etterna 0.74.4
|
Public Member Functions | |
RageVector3 (const float *f) | |
RageVector3 (float x1, float y1, float z1) | |
operator float * () | |
operator const float * () const | |
auto | operator+= (const RageVector3 &other) -> RageVector3 & |
auto | operator-= (const RageVector3 &other) -> RageVector3 & |
auto | operator*= (float f) -> RageVector3 & |
auto | operator/= (float f) -> RageVector3 & |
auto | operator+ (const RageVector3 &other) const -> RageVector3 |
auto | operator- (const RageVector3 &other) const -> RageVector3 |
auto | operator* (float f) const -> RageVector3 |
auto | operator/ (float f) const -> RageVector3 |
Public Attributes | |
float | x { 0 } |
float | y { 0 } |
float | z { 0 } |
Friends | |
auto | operator* (float f, const RageVector3 &other) -> RageVector3 |