shadermath/
lib.rs

1
2
3
4
5
mod math;
mod tests;

pub use math::Float2;
pub use math::Float3;