shadermath 0.6.0

HLSL inspired mathematics library for Rust
Documentation
1
2
3
4
5
6
7
mod float2;
mod float3;
mod float4;

pub use float2::Float2;
pub use float3::Float3;
pub use float4::Float4;