![]() |
siderust-cpp
Header-only C++ wrapper for siderust
|
Keplerian orbital elements. More...
#include <siderust/bodies.hpp>
Static Public Member Functions | |
| static Orbit | from_c (const siderust_orbit_t &c) |
Public Attributes | |
| double | semi_major_axis_au |
| double | eccentricity |
| double | inclination_deg |
| double | lon_ascending_node_deg |
| double | arg_perihelion_deg |
| double | mean_anomaly_deg |
| double | epoch_jd |
Keplerian orbital elements.
Definition at line 45 of file bodies.hpp.
|
inlinestatic |
Definition at line 54 of file bodies.hpp.
References semi_major_axis_au.
Referenced by siderust::Planet::from_c().
| double siderust::Orbit::arg_perihelion_deg |
Definition at line 50 of file bodies.hpp.
| double siderust::Orbit::eccentricity |
Definition at line 47 of file bodies.hpp.
Referenced by print_planet().
| double siderust::Orbit::epoch_jd |
Definition at line 52 of file bodies.hpp.
| double siderust::Orbit::inclination_deg |
Definition at line 48 of file bodies.hpp.
Referenced by print_planet().
| double siderust::Orbit::lon_ascending_node_deg |
Definition at line 49 of file bodies.hpp.
| double siderust::Orbit::mean_anomaly_deg |
Definition at line 51 of file bodies.hpp.
| double siderust::Orbit::semi_major_axis_au |
Definition at line 46 of file bodies.hpp.
Referenced by from_c(), and print_planet().