Geocentric coordinates.
More...
#include <Geocentric.hpp>
◆ Geocentric() [1/2]
nc::coordinates::reference_frames::Geocentric::Geocentric |
( |
| ) |
|
|
default |
◆ Geocentric() [2/2]
constexpr nc::coordinates::reference_frames::Geocentric::Geocentric |
( |
double |
inLatitude, |
|
|
double |
inLongitude, |
|
|
double |
inRadius = 0. |
|
) |
| |
|
inlineconstexprnoexcept |
Constructor.
- Parameters
-
inLatitude | latitude value in radians |
inLongitude | longitude value in radians |
inRadius | radius value in meters |
◆ operator!=()
bool nc::coordinates::reference_frames::Geocentric::operator!= |
( |
const Geocentric & |
other | ) |
const |
|
inlinenoexcept |
Non-Equality Operator.
- Parameters
-
- Returns
- bool true if not equal equal
◆ operator==()
bool nc::coordinates::reference_frames::Geocentric::operator== |
( |
const Geocentric & |
other | ) |
const |
|
inlinenoexcept |
Non-Equality Operator.
- Parameters
-
- Returns
- bool true if not equal equal
◆ latitude
double nc::coordinates::reference_frames::Geocentric::latitude { 0. } |
◆ longitude
double nc::coordinates::reference_frames::Geocentric::longitude { 0. } |
◆ radius
double nc::coordinates::reference_frames::Geocentric::radius { 0. } |
The documentation for this class was generated from the following file: