Type Definition parry3d::shape::RoundCylinder

source · []
pub type RoundCylinder = RoundShape<Cylinder>;
Expand description

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

Implementations

Outlines this round cylinder’s shape using polylines.