atlas
|
Point in arbitrary XY-coordinate system. More...
#include <Point.h>
Public Member Functions | |
PointXY (std::initializer_list< double > list) | |
PointXY (const array_t &arr) | |
double | x () const |
double | y () const |
double & | x () |
double & | y () |
void | assign (double x, double y) |
Point in arbitrary XY-coordinate system.