Public Member Functions | |
| Point32 (int x1, int y1) | |
| Point32 (const Common::Point &pt) | |
| bool | operator== (const Point32 &p) const |
| bool | operator!= (const Point32 &p) const |
| Point32 | operator+ (const Point32 &delta) const |
| Point32 | operator- (const Point32 &delta) const |
| operator Common::Point () | |
| void | operator+= (const Point32 &delta) |
| void | operator-= (const Point32 &delta) |
Public Attributes | |
| int | x |
| int | y |