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

Public Member Functions

 RageVector4 (const float *f)
 
 RageVector4 (float x1, float y1, float z1, float w1)
 
 operator float * ()
 
 operator const float * () const
 
auto operator+= (const RageVector4 &other) -> RageVector4 &
 
auto operator-= (const RageVector4 &other) -> RageVector4 &
 
auto operator*= (float f) -> RageVector4 &
 
auto operator/= (float f) -> RageVector4 &
 
auto operator+ (const RageVector4 &other) const -> RageVector4
 
auto operator- (const RageVector4 &other) const -> RageVector4
 
auto operator* (float f) const -> RageVector4
 
auto operator/ (float f) const -> RageVector4
 

Public Attributes

float x { 0 }
 
float y { 0 }
 
float z { 0 }
 
float w { 0 }
 

Friends

auto operator* (float f, const RageVector4 &other) -> RageVector4
 

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