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