Crate astromech

Crate astromech 

Source
Expand description

Tools and methods for celestial motion.

Re-exports§

pub use self::equation_core::constants::GRAVITATION_CONSTANT;
pub use self::equation_core::two_body::gravitational_force::calc_gravitational_force;
pub use self::equation_core::two_body::field_potential::calc_field_potential;
pub use self::equation_core::two_body::body::Body;
pub use self::equation_core::two_body::body::BodyType;

Modules§

equation_core