Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
RageVector2 Struct Reference

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
 

The documentation for this struct was generated from the following file: