Antkeeper
0.0.1
|
#include <orbit-component.hpp>
Public Attributes | |
entity::id | parent |
Entity ID of the parent orbit. More... | |
int | ephemeris_index |
Index of the orbit in the ephemeris. More... | |
double | scale |
Orbit scale, for two-body orbits with one ephemeris item. More... | |
math::dvec3 | position |
Cartesian position of the orbit, w.r.t. the ICRF frame. More... | |
Definition at line 27 of file orbit-component.hpp.
int orbit_component::ephemeris_index |
Index of the orbit in the ephemeris.
Definition at line 33 of file orbit-component.hpp.
entity::id orbit_component::parent |
Entity ID of the parent orbit.
Definition at line 30 of file orbit-component.hpp.
math::dvec3 orbit_component::position |
Cartesian position of the orbit, w.r.t. the ICRF frame.
Definition at line 39 of file orbit-component.hpp.
double orbit_component::scale |
Orbit scale, for two-body orbits with one ephemeris item.
Definition at line 36 of file orbit-component.hpp.