1 2 3 4 5 6 7 8 9
use cometsfactory::types::ShortPeriod; pub fn create() -> ShortPeriod { ShortPeriod::new(2.83e3, 3.1256, 0.5121) .with_density(620.0) .with_albedo(0.056) .with_inclination(10.474_f64.to_radians()) .with_active_fraction(0.09) }