Module orbit

Source
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 ๐Ÿ”’