[]Type Definition lyon::math::Transform2D

type Transform2D = TypedTransform2D<f32, UnknownUnit, UnknownUnit>;

Alias for euclid::Transform2D<f32>