1 2 3 4 5 6 7
mod slope; pub use slope::*; mod angle; pub use angle::*; pub struct Point(pub f32, pub f32);