shadermath 0.6.0

HLSL inspired mathematics library for Rust
Documentation
1
2
3
4
5
6
mod math;
mod tests;

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