solarsystems 0.0.1

N-body solar system engine — gravitational dynamics, orbital mechanics, perturbations, event detection, and full celestial orchestration
Documentation
1
2
3
4
5
use cometsfactory::types::HalleyType;

pub fn create() -> HalleyType {
    HalleyType::new(5.5e3, 17.834, 0.96714)
}