DUECA/DUSIME
|
Set of x, y, z Carthesian coordinates. More...
#include <AxisTransforms.hxx>
Public Member Functions | |
Carthesian (double x=0.0, double y=0.0, double z=0.0) | |
Constructor, straightforward. | |
Carthesian (const Carthesian &o) | |
Copy constructor. | |
Carthesian & | operator= (const Carthesian &) |
Assignment !!! | |
Public Attributes | |
double | x |
x coordinate | |
double | y |
y coordinate | |
double | z |
z coordinate | |
VectorE | xyz |
All coordinates as a vector. | |
Set of x, y, z Carthesian coordinates.