Function euclid::size3

source ·
pub const fn size3<T, U>(w: T, h: T, d: T) -> Size3D<T, U>
Expand description

Shorthand for Size3D::new(w, h, d).