Antkeeper
0.0.1
|
#include <observer-component.hpp>
Public Attributes | |
entity::id | reference_body_eid |
Entity ID of a celestial body to which the observer position is relative. More... | |
double | elevation |
Elevation of the observer, in radians. More... | |
double | latitude |
Latitude of the observer, in radians. More... | |
double | longitude |
Longitude of the observer, in radians. More... | |
Definition at line 29 of file observer-component.hpp.
double observer_component::elevation |
Elevation of the observer, in radians.
Definition at line 35 of file observer-component.hpp.
double observer_component::latitude |
Latitude of the observer, in radians.
Definition at line 38 of file observer-component.hpp.
double observer_component::longitude |
Longitude of the observer, in radians.
Definition at line 41 of file observer-component.hpp.
entity::id observer_component::reference_body_eid |
Entity ID of a celestial body to which the observer position is relative.
Definition at line 32 of file observer-component.hpp.