60 constexpr AER(
double inAz,
double inEl,
double inRange = 1.) noexcept :
87 return !(*
this == other);
99 os <<
"AER(az=" << point.
az <<
", el=" << point.
el <<
", range=" << point.
range <<
")\n";
Az, El, Range coordinates.
Definition: AER.hpp:42
constexpr AER(double inAz, double inEl, double inRange=1.) noexcept
Constructor.
Definition: AER.hpp:60
double el
Definition: AER.hpp:45
bool operator!=(const AER &other) const noexcept
Non-Equality Operator.
Definition: AER.hpp:85
AER()=default
Default Constructor.
double az
Definition: AER.hpp:44
bool operator==(const AER &other) const noexcept
Non-Equality Operator.
Definition: AER.hpp:73
double range
Definition: AER.hpp:46
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