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 coordinate of the SP
|
| |
| double | y |
| | y coordinate of the SP
|
| |
| double | z |
| | z coordinate of the SP
|
| |
Helper struct for SpacePoint Tests.
Definition at line 15 of file TestSpacePoint.h.
◆ TestSpacePoint()
Constructor.
- Parameters
-
| x | : x coordinate |
| y | : y coordinate |
| z | : z coordinate |
Definition at line 21 of file TestSpacePoint.h.
21: x(x), y(y), z(z) { ; }
◆ X()
◆ Y()
◆ Z()
The documentation for this struct was generated from the following file: