![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
An azimuth extremum event. More...
#include <siderust/azimuth.hpp>
Static Public Member Functions | |
| static AzimuthExtremum | from_c (const siderust_azimuth_extremum_t &c) |
Public Attributes | |
| Time< TT, MJD > | time |
| Epoch of the extremum (Time<TT, MJD>). | |
| qtty::Degree | azimuth |
| Azimuth at the extremum (degrees, N-clockwise). | |
| AzimuthExtremumKind | kind |
| Maximum or minimum. | |
An azimuth extremum event.
Definition at line 58 of file azimuth.hpp.
|
inlinestatic |
Definition at line 63 of file azimuth.hpp.
Referenced by siderust::detail::az_extrema_from_c().
| qtty::Degree siderust::AzimuthExtremum::azimuth |
Azimuth at the extremum (degrees, N-clockwise).
Definition at line 60 of file azimuth.hpp.
| AzimuthExtremumKind siderust::AzimuthExtremum::kind |
Maximum or minimum.
Definition at line 61 of file azimuth.hpp.
Epoch of the extremum (Time<TT, MJD>).
Definition at line 59 of file azimuth.hpp.