iced_renderer::geometry::path::lyon_path::geom::euclid

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).