mercurys 0.0.3

Mercury celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
1
2
3
4
5
6
7
8
pub fn has_vegetation() -> bool {
    false
}

pub fn par_flux_relative_to_earth() -> f64 {
    let r_au = 0.387;
    1.0 / (r_au * r_au)
}