Helper struct for SpacePoint Tests.
More...
#include <TestSpacePoint.h>
|
| | TestSpacePoint (double x, double y, double z) |
| | Constructor.
|
| |
| double | X () const |
| | Getter for x.
|
| |
| double | Y () const |
| | Getter for y.
|
| |
| double | Z () const |
| | Getter for z.
|
| |
|
| double | x |
| | x coordiante of the SP
|
| |
| double | y |
| | y coordiante of the SP
|
| |
| double | z |
| | z coordiante of the SP
|
| |
Helper struct for SpacePoint Tests.
Definition at line 15 of file TestSpacePoint.h.
◆ TestSpacePoint()
Constructor.
- Parameters
-
| x | : x coordiante |
| y | : y coordiante |
| z | : z coordiante |
Definition at line 21 of file TestSpacePoint.h.
double z
z coordiante of the SP
double y
y coordiante of the SP
double x
x coordiante of the SP
◆ X()
◆ Y()
◆ Z()
The documentation for this struct was generated from the following file: