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

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
 

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