Function size2
pub const fn size2<T, U>(w: T, h: T) -> Size2D<T, U>
Available on crate feature
geometry
only.Expand description
Shorthand for Size2D::new(w, h)
.
pub const fn size2<T, U>(w: T, h: T) -> Size2D<T, U>
geometry
only.Shorthand for Size2D::new(w, h)
.