Type Definition euclid::Size2D

source ·
pub type Size2D<T> = TypedSize2D<T, UnknownUnit>;
Expand description

Default 2d size type with no unit.

Size2D provides the same methods as TypedSize2D.