Public Member Functions | |
| constexpr | Point32 (const Point &o) |
| constexpr | Point32 (int32 x1, int32 y1) |
Public Member Functions inherited from Common::PointBase< int32, Point32 > | |
| constexpr | PointBase (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/ (int divisor) const |
| Point32 | operator/ (double divisor) const |
| Point32 | operator* (int multiplier) const |
| Point32 | operator* (double multiplier) const |
| void | operator+= (const Point32 &delta) |
| void | operator-= (const Point32 &delta) |
| uint | sqrDist (const Point32 &p) const |
| String | toString () const |
Additional Inherited Members | |
Public Attributes inherited from Common::PointBase< int32, Point32 > | |
| int32 | x |
| int32 | y |