Skip to main content

ty_math/
ty_transform_f64.rs

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