58 constexpr LLA(
double inLatitude,
double inLongitude,
double inAltitude = 0.) noexcept :
86 return !(*
this == other);
Geodetic coordinates.
Definition: LLA.hpp:40
double longitude
Definition: LLA.hpp:43
constexpr LLA(double inLatitude, double inLongitude, double inAltitude=0.) noexcept
Constructor.
Definition: LLA.hpp:58
bool operator!=(const LLA &other) const noexcept
Non-Equality Operator.
Definition: LLA.hpp:84
double altitude
Definition: LLA.hpp:44
double latitude
Definition: LLA.hpp:42
LLA()=default
Default Constructor.
bool operator==(const LLA &other) const noexcept
Non-Equality Operator.
Definition: LLA.hpp:71
std::ostream & operator<<(std::ostream &os, const AER &point)
Stream operator.
Definition: AER.hpp:97
bool essentiallyEqual(dtype inValue1, dtype inValue2) noexcept
Definition: essentiallyEqual.hpp:49