Public Member Functions | |
| Point () | |
| Point (const Point &cPnt) | |
| Point (const IPoint &cPnt) | |
| Point (float nX, float nY) | |
| Point | operator * (const Point &cPoint) const |
| Point | operator- (void) const |
| Point | operator+ (const Point &cPoint) const |
| Point | operator- (const Point &cPoint) const |
| const Point & | operator+= (const Point &cPoint) |
| const Point & | operator-= (const Point &cPoint) |
| bool | operator< (const Point &cPoint) const |
| bool | operator> (const Point &cPoint) const |
| bool | operator== (const Point &cPoint) const |
| bool | operator!= (const Point &cPoint) const |
Public Attributes | |
| float | x |
| float | y |
| os::Point::Point | ( | ) | [inline] |
| os::Point::Point | ( | const Point & | cPnt | ) | [inline] |
| os::Point::Point | ( | const IPoint & | cPnt | ) | [inline, explicit] |
| os::Point::Point | ( | float | nX, | |
| float | nY | |||
| ) | [inline] |
| Point os::Point::operator- | ( | void | ) | const [inline] |
| bool os::Point::operator< | ( | const Point & | cPoint | ) | const [inline] |
| bool os::Point::operator> | ( | const Point & | cPoint | ) | const [inline] |
| bool os::Point::operator== | ( | const Point & | cPoint | ) | const [inline] |
| bool os::Point::operator!= | ( | const Point & | cPoint | ) | const [inline] |
| float os::Point::x |
| float os::Point::y |
1.5.1