![]() |
siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
|
An azimuth bearing-crossing event. More...
#include <siderust/azimuth.hpp>
Static Public Member Functions | |
| static AzimuthCrossingEvent | from_c (const siderust_azimuth_crossing_event_t &c) |
Public Attributes | |
| Time< TT, MJD > | time |
| Epoch of the crossing (Time<TT, MJD>). | |
| CrossingDirection | direction |
| Whether the azimuth is increasing or decreasing. | |
An azimuth bearing-crossing event.
Definition at line 46 of file azimuth.hpp.
|
inlinestatic |
Definition at line 50 of file azimuth.hpp.
Referenced by siderust::detail::az_crossings_from_c().
| CrossingDirection siderust::AzimuthCrossingEvent::direction |
Whether the azimuth is increasing or decreasing.
Definition at line 48 of file azimuth.hpp.
Epoch of the crossing (Time<TT, MJD>).
Definition at line 47 of file azimuth.hpp.