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

pub fn create() -> Sednoid {
    Sednoid::new(4.95e5, 506.8, 0.8496)
}