#include <point.h>
Public Methods | |
| Point () | |
| Point (const Point &cPnt) | |
| Point (const IPoint &cPnt) | |
| Point (float nX, float nY) | |
| 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 |
|
|
|
|
|
|
|
|
|
|
|||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001