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