Public Member Functions | |
| bool | operator!= (const Point &p) const |
| Point | operator+ (const Point &p) const |
| Point & | operator+= (const Point &p) |
| Point | operator- () const |
| Point | operator- (const Point &p) const |
| Point & | operator-= (const Point &p) |
| bool | operator== (const Point &p) const |
| Point (const int &xpos=0, const int &ypos=0) | |
Public Attributes | |
| int | x |
| int | y |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3