Gwork: 0.3.0Dev |
Public Member Functions | |
Point (int x_=0, int y_=0) | |
void | set (int x_, int y_) |
void | operator+= (const Point &p) |
Point | operator+ (const Point &p) const |
void | operator-= (const Point &p) |
Point | operator- (const Point &p) const |
Public Attributes | |
int | x |
int | y |