ggmath 0.17.1

A linear algebra library for games and graphics with generic SIMD types.
Documentation
1
2
3
4
5
6
pub(crate) use crate::test_utils::{assert_panic::*, for_types::*, random_iter::*, test_eq::*};

mod assert_panic;
mod for_types;
mod random_iter;
mod test_eq;