Skip to main content

ty_math/
ty_vector3_u32.rs

1use crate::TyVector3;
2
3/// A [`TyVector3`] with `u32` components.
4pub type TyVector3U32 = TyVector3<u32>;