Represents a point in 2D space and provides some useful methods for calculation with points.
More...
#include <trgen.h>
List of all members.
Detailed Description
Represents a point in 2D space and provides some useful methods for calculation with points.
Constructor & Destructor Documentation
| Point::Point |
( |
|
) |
[inline] |
| Point::Point |
( |
double |
_x, |
|
|
double |
_y | |
|
) |
| | [inline] |
Member Function Documentation
| double Point::angleTo |
( |
const class Point & |
wp |
) |
const [inline] |
| double Point::distanceTo |
( |
const class Point & |
wp |
) |
const [inline] |
| bool Point::operator!= |
( |
const Point & |
o |
) |
const [inline] |
| bool Point::operator== |
( |
const class Point & |
o |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: