Skip to main content

ty_math/
ty_transform_f32.rs

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