version
0.0.1
Defines the C++ API for MsPASS
|
Encapsulates spherical coordinates in a data structure. More...
#include <SphericalCoordinate.h>
Public Attributes | |
double | radius |
double | theta |
double | phi |
Encapsulates spherical coordinates in a data structure.
Spherical coordinates come up in a lot of contexts in Earth Science data processing. Note actual coodinate system can depend on context. For whole Earth models it can define global coordinates, but in three component seismograms the normal convention of geographical coordinates is always assumed.
double mspass::utility::SphericalCoordinate::phi |
Azimuthal angle (from x) of spherical coordinates. Units always assumed to be radians.
double mspass::utility::SphericalCoordinate::radius |
Radius from center.
double mspass::utility::SphericalCoordinate::theta |
Zonal angle (from z) of spherical coordinates. Units always assumed to be radians.