~starkingdoms/starkingdoms

ref: 29a5457af664e7f51c1f89ad04f472bd242b3f98 starkingdoms/server/src/orbit/mod.rs -rw-r--r-- 122 bytes
29a5457a — core code cleanup pt1 2 years ago
                                                                                
1
2
3
4
5
6
pub mod constants;
pub mod kepler;
pub mod newtonian;
#[allow(clippy::module_inception)]
pub mod orbit;
pub mod vis_viva;