mercurys 0.0.3

Mercury celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub fn cloud_coverage() -> f32 {
    0.0
}

pub fn has_clouds() -> bool {
    false
}

pub fn cloud_optical_depth() -> f64 {
    0.0
}