ASPiK SDK
|
Point structure. More...
#include <cpoint.h>
Public Member Functions | |
CPoint (CCoord x, CCoord y) | |
CPoint & | operator() (CCoord _x, CCoord _y) |
bool | operator!= (const CPoint &other) const |
bool | operator== (const CPoint &other) const |
CPoint & | operator+= (const CPoint &other) |
CPoint & | operator-= (const CPoint &other) |
CPoint | operator+ (const CPoint &other) const |
CPoint | operator- (const CPoint &other) const |
CPoint | operator- () const |
CPoint & | offset (const CCoord c) |
CPoint & | offset (const CCoord _x, const CCoord _y) |
CPoint & | offset (const CPoint &other) |
CPoint & | offsetInverse (const CPoint &other) |
CPoint & | makeIntegral () |
Public Attributes | |
CCoord | x {0.} |
CCoord | y {0.} |
Point structure.