venuss 0.0.2

Venus celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub struct AncientChannel {
    pub name: &'static str,
    pub length_km: f64,
}

pub fn modeled_lava_channel() -> AncientChannel {
    AncientChannel {
        name: "Baltis Vallis",
        length_km: 6800.0,
    }
}