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 dwarfplanetsfactory::types::Plutino;

pub fn create() -> Plutino {
    Plutino::new(1.1883e6, 0.2488)
}