Skip to main content

ty_math/
ty_vector3_f32.rs

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