Type Definition parry3d::shape::RoundCuboid

source · []
pub type RoundCuboid = RoundShape<Cuboid>;
Expand description

A cuboid dilated by a sphere (so it has round corners).

Implementations

Outlines this round cuboid’s surface with polylines.