#include <RageTypes.h>
Public Member Functions | |
RageVector2 () | |
RageVector2 (const float *f) | |
RageVector2 (float x1, float y1) | |
operator float * () | |
operator const float * () const | |
RageVector2 & | operator+= (const RageVector2 &other) |
RageVector2 & | operator-= (const RageVector2 &other) |
RageVector2 & | operator *= (float f) |
RageVector2 & | operator/= (float f) |
RageVector2 | operator+ (const RageVector2 &other) const |
RageVector2 | operator- (const RageVector2 &other) const |
RageVector2 | operator * (float f) const |
RageVector2 | operator/ (float f) const |
Public Attributes | |
float | x |
float | y |
Friends | |
RageVector2 | operator * (float f, const RageVector2 &other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|