UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef CartesianCoordinates_H
4 #define CartesianCoordinates_H
29 void set(
double __x,
double __y,
double __z );
30 void setX(
double __x );
31 void setY(
double __y );
32 void setZ(
double __z );