ggmath 0.17.1

A linear algebra library for games and graphics with generic SIMD types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(feature = "bytemuck")]
mod bytemuck;

#[cfg(feature = "fixed")]
mod fixed;

#[cfg(feature = "mint")]
mod mint;

#[cfg(feature = "rand")]
mod rand;

#[cfg(feature = "serde")]
mod serde;

#[cfg(feature = "wide")]
mod wide;