Antkeeper  0.0.1
Public Attributes | List of all members
orbit_component Struct Reference

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

Detailed Description

Definition at line 27 of file orbit-component.hpp.

Member Data Documentation

◆ ephemeris_index

int orbit_component::ephemeris_index

Index of the orbit in the ephemeris.

Definition at line 33 of file orbit-component.hpp.

◆ parent

entity::id orbit_component::parent

Entity ID of the parent orbit.

Definition at line 30 of file orbit-component.hpp.

◆ position

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.

◆ scale

double orbit_component::scale

Orbit scale, for two-body orbits with one ephemeris item.

Definition at line 36 of file orbit-component.hpp.


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