|
sfof
|
#include <point_class.hpp>
Public Member Functions | |
| double | sqdistance (const Point &S) |
| double | distance (const Point &S, int D) |
| double | psqdistance (const Point &S) |
| Point () | |
| Point (double, double) | |
| Point (double *) | |
| Point (const Point &) | |
| Point & | operator= (const Point &) |
| Point & | operator- (const Point &) |
| Point & | operator+ (const Point &) |
Public Attributes | |
| double | P [DIMENSIONS] |
| Point::Point | ( | ) |
| Point::Point | ( | double | S0, |
| double | S1 | ||
| ) |
| Point::Point | ( | double * | S | ) |
| Point::Point | ( | const Point & | S | ) |
| double Point::distance | ( | const Point & | S, |
| int | D | ||
| ) |
| double Point::psqdistance | ( | const Point & | S | ) |
| double Point::sqdistance | ( | const Point & | S | ) |
| double Point::P[DIMENSIONS] |
1.8.18