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