Type Definition euclid::Transform2D [] [src]

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

The default 2d transform type with no units.