[][src]Module nyx_space::dynamics::celestial

The celestial module handles all Cartesian based 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.

Structs

CelestialDynamics

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

CelestialDynamicsStm

CelestialDynamicsStm provides the equations of motion for any celestial dynamic, with state transition matrix computation.

PointMasses