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