Expand description
This module provides functionality for toroidal orbital mechanics and related computations, including support for closed orbits, burn sequences, and indexed orbit positions.
Re-exportsยง
pub use burn_sequence::BurnSequence;pub use burn_sequence::BurnSequenceEvaluator;pub use burn_sequence::ExitBurnResult;pub use characteristics::OrbitCharacteristics;pub use closed_orbit::ClosedOrbit;pub use closed_orbit::OrbitUsabilityError;pub use index::IndexedOrbitPosition;pub use orbit_base::OrbitBase;
Modulesยง
- burn_
sequence ๐ - characteristics ๐
- closed_
orbit ๐ - index ๐
- orbit_
base ๐