Antkeeper  0.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
observer_component Struct Reference

#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...
 

Detailed Description

Definition at line 29 of file observer-component.hpp.

Member Data Documentation

◆ elevation

double observer_component::elevation

Elevation of the observer, in radians.

Definition at line 35 of file observer-component.hpp.

◆ latitude

double observer_component::latitude

Latitude of the observer, in radians.

Definition at line 38 of file observer-component.hpp.

◆ longitude

double observer_component::longitude

Longitude of the observer, in radians.

Definition at line 41 of file observer-component.hpp.

◆ reference_body_eid

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.


The documentation for this struct was generated from the following file: