1 2 3 4 5 6 7 8 9 10
use cometsfactory::types::ShortPeriod; pub fn create() -> ShortPeriod { ShortPeriod::new(2.0e3, 3.4630, 0.6410) .with_density(533.0) .with_albedo(0.06) .with_inclination(7.04_f64.to_radians()) .with_dust_to_gas_ratio(4.0) .with_active_fraction(0.03) }