Type Definition parry3d::shape::RoundCone

source · []
pub type RoundCone = RoundShape<Cone>;
Expand description

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

Implementations

Outlines this round cone’s shape using polylines.