[go: up one dir, main page]

glam 0.30.3

A simple and fast 3D math library for games and graphics
Documentation
#[cfg(feature = "approx")]
pub mod impl_approx;

#[cfg(feature = "bytemuck")]
pub mod impl_bytemuck;

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

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

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

#[cfg(feature = "speedy")]
pub mod impl_speedy;

#[cfg(feature = "rkyv")]
pub mod impl_rkyv;