ggmath 0.16.5

A linear algebra library for games and graphics with generic SIMD types.
Documentation
1
2
3
4
5
6
7
8
pub mod constants;

mod alignment;
mod length;
mod scalar;
pub use alignment::*;
pub use length::*;
pub use scalar::*;