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

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

TwoBody

TwoBody exposes the equations of motion for a simple two body propagation.

TwoBodyWithStm

TwoBody exposes the equations of motion for a simple two body propagation. It inherently supports the State Transition Matrix for orbital determination.