[][src]Function euclid::size3

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

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