Type Definition euclid::Transform2D

source ·
pub type Transform2D<T> = TypedTransform2D<T, UnknownUnit, UnknownUnit>;
Expand description

The default 2d transform type with no units.