24 ~Point() noexcept = default;
51 [[nodiscard]] constexpr MathSize
latitude() const noexcept
59 [[nodiscard]]
constexpr MathSize
longitude() const noexcept
A geographic location in lat/long coordinates.
Definition Point.h:13
constexpr Point(const MathSize latitude, const MathSize longitude) noexcept
Constructor.
Definition Point.h:20
MathSize longitude_
Longitude (decimal degrees)
Definition Point.h:71
constexpr MathSize longitude() const noexcept
Longitude (decimal degrees)
Definition Point.h:59
constexpr MathSize latitude() const noexcept
Latitude (decimal degrees)
Definition Point.h:51
MathSize latitude_
Latitude (decimal degrees)
Definition Point.h:67