xbmc
|
Public Member Functions | |
constexpr | CVector (float xCoord, float yCoord) |
constexpr CVector | operator+ (const CVector &other) const |
constexpr CVector | operator- (const CVector &other) const |
CVector & | operator+= (const CVector &other) |
CVector & | operator-= (const CVector &other) |
constexpr float | scalar (const CVector &other) const |
float | length () const |
Public Attributes | |
float | x = 0 |
float | y = 0 |