|
|
| Point (double x, double y) |
|
double | x () const |
|
double | y () const |
|
double | magnitude2 () const |
|
|
static double | determinant (const Point &p1, const Point &p2) |
|
static Point | vector (const Point &p1, const Point &p2) |
|
static double | dist2 (const Point &p1, const Point &p2) |
|
static bool | equal (const Point &p1, const Point &p2, double span) |
The documentation for this class was generated from the following file: