86 return !(*
this ==
other);
98 os <<
"LLA(latitude=" <<
point.latitude <<
", longitude=" <<
point.longitude <<
", altitude=" <<
point.altitude
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
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59