Public Member Functions | |
| Point32 (int32 x1, int32 y1) | |
| bool | operator== (const Point32 &p) const |
| bool | operator!= (const Point32 &p) const |
| Point32 | operator+ (const Point32 &delta) const |
| Point32 | operator- (const Point32 &delta) const |
| Point32 & | operator+= (const Point32 &delta) |
| Point32 & | operator-= (const Point32 &delta) |
| operator FloatPoint () | |
Public Attributes | |
| int32 | x |
| int32 | y |