#include <geometry.h>
Public Member Functions | |
| Point (double xi=0.0f, double yi=0.0f) | |
| Point (wykobi::point2d< double > point) | |
| Copy constructor for a wykobi::point2d object. | |
| bool | operator== (const Point &point) const |
| Equals operator. | |
| double | getDistance (const Point &point) const |
| Returns the distance to another point. | |
| double | getAngleTo (const Point &point) const |
| Returns the angle to another point. | |
| Point::Point | ( | double | xi = 0.0f, |
|
| double | yi = 0.0f | |||
| ) |
| xi | x-axis position | |
| yi | y-axis position |
1.5.5