1 2 3 4 5 6 7 8 9
use dwarfplanetsfactory::types::KuiperBelt; pub fn create() -> KuiperBelt { KuiperBelt::new(7.15e5, 45.430, 0.1613) .with_density(1760.0) .with_albedo(0.81) .with_inclination(29.00_f64.to_radians()) .with_rotation_period(82_775.0) }