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