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
9
10
11
12
13
14
15
16
17
#[cfg(feature = "bytemuck")]
mod bytemuck;

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

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

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

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

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