Module nyx_space::dynamics::orbital[][src]

The orbital module handles all Cartesian based orbital dynamics.

It is up to the engineer to ensure that the coordinate frames of the different dynamics borrowed from this module match, or perform the appropriate coordinate transformations.

Re-exports

pub use super::sph_harmonics::Harmonics;

Structs

OrbitalDynamics

OrbitalDynamics provides the equations of motion for any celestial dynamic, without state transition matrix computation.

PointMasses

PointMasses model

ThirdBodyRef

Stores the reference to the third body, including the gm to avoid having to fetch it every time