Function euclid::size2

source ·
pub fn size2<T, U>(w: T, h: T) -> TypedSize2D<T, U>
Expand description

Shorthand for TypedSize2D::new(w, h).