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::LongPeriod;

pub fn create() -> LongPeriod {
    LongPeriod::new(3.0e4, 186.0, 0.9951)
}