#include <VTKViewer_ArcBuilder.h>
Public Member Functions | |
| XYZ () | |
| XYZ (double, double, double) | |
| ~XYZ () | |
| double | X () const |
| double | Y () const |
| double | Z () const |
| void | SetX (const double X) |
| void | SetY (const double Y) |
| void | SetZ (const double Z) |
| void | Coord (double &X, double &Y, double &Z) const |
| double | Modulus () const |
Private Attributes | |
| double | x |
| double | y |
| double | z |
Class for represenation coordinates X,Y,Z
| XYZ::XYZ | ( | ) |
Empty Constructor
| XYZ::XYZ | ( | double | X, |
| double | Y, | ||
| double | Z | ||
| ) |
*Class XYZ *Constructor
| XYZ::~XYZ | ( | ) |
Destructor
|
inline |
References x.
|
inline |
References y.
|
inline |
References z.
|
private |
|
private |
|
private |