A point in 3 dimensions.
More...
#include <EMField.h>
|
double | x |
|
double | y |
|
double | z |
|
A point in 3 dimensions.
Definition at line 33 of file EMField.h.
◆ Point3D()
Point3D::Point3D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ getX()
double Point3D::getX |
( |
| ) |
const |
◆ getY()
double Point3D::getY |
( |
| ) |
const |
◆ getZ()
double Point3D::getZ |
( |
| ) |
const |
Return coordinate.
Definition at line 40 of file EMField.cpp.
References z.
The documentation for this class was generated from the following files:
- /Users/gsell/src/OPAL/src/src/Classic/Fields/EMField.h
- /Users/gsell/src/OPAL/src/src/Classic/Fields/EMField.cpp