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