#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|