Pyrogenesis
13997
|
Made to represent screen positions and delta values. More...
#include <Overlay.h>
Public Member Functions | |
CPos () | |
CPos (const CSize &pos) | |
CPos (const float &_x, const float &_y) | |
CPos & | operator= (const CPos &a) |
bool | operator== (const CPos &a) const |
bool | operator!= (const CPos &a) const |
CPos | operator- (void) const |
CPos | operator+ (void) const |
CPos | operator+ (const CPos &a) const |
CPos | operator+ (const CSize &a) const |
CPos | operator- (const CPos &a) const |
CPos | operator- (const CSize &a) const |
void | operator+= (const CPos &a) |
void | operator+= (const CSize &a) |
void | operator-= (const CPos &a) |
void | operator-= (const CSize &a) |
Public Attributes | |
float | x |
Position. More... | |
float | y |
Made to represent screen positions and delta values.
CPos::CPos | ( | ) |
Definition at line 287 of file Overlay.cpp.
CPos::CPos | ( | const CSize & | pos | ) |
Definition at line 291 of file Overlay.cpp.
CPos::CPos | ( | const float & | _x, |
const float & | _y | ||
) |
Definition at line 295 of file Overlay.cpp.
bool CPos::operator!= | ( | const CPos & | a | ) | const |
Definition at line 314 of file Overlay.cpp.
CPos CPos::operator+ | ( | void | ) | const |
Definition at line 326 of file Overlay.cpp.
Definition at line 332 of file Overlay.cpp.
Definition at line 338 of file Overlay.cpp.
void CPos::operator+= | ( | const CPos & | a | ) |
Definition at line 356 of file Overlay.cpp.
void CPos::operator+= | ( | const CSize & | a | ) |
Definition at line 363 of file Overlay.cpp.
CPos CPos::operator- | ( | void | ) | const |
Definition at line 320 of file Overlay.cpp.
Definition at line 344 of file Overlay.cpp.
Definition at line 350 of file Overlay.cpp.
void CPos::operator-= | ( | const CPos & | a | ) |
Definition at line 370 of file Overlay.cpp.
void CPos::operator-= | ( | const CSize & | a | ) |
Definition at line 377 of file Overlay.cpp.
Definition at line 300 of file Overlay.cpp.
bool CPos::operator== | ( | const CPos & | a | ) | const |
Definition at line 308 of file Overlay.cpp.