Type Definition euclid::Size2D [] [src]

type Size2D<T> = TypedSize2D<T, UnknownUnit>;

Default 2d size type with no unit.

Size2D provides the same methods as TypedSize2D.