Point in arbitrary XYZ-coordinate system.
More...
#include <Point.h>
|
| PointXYZ (std::initializer_list< double > list) |
|
| PointXYZ (const array_t &arr) |
|
double | x () const |
|
double | y () const |
|
double | z () const |
|
double & | x () |
|
double & | y () |
|
double & | z () |
|
void | assign (double x, double y, double z) |
|
Point in arbitrary XYZ-coordinate system.
The documentation for this class was generated from the following file: