[−][src]Type Definition euclid::Size2D
type Size2D<T> = TypedSize2D<T, UnknownUnit>;
Default 2d size type with no unit.
Size2D
provides the same methods as TypedSize2D
.
type Size2D<T> = TypedSize2D<T, UnknownUnit>;
Default 2d size type with no unit.
Size2D
provides the same methods as TypedSize2D
.