Type Alias parry3d_f64::shape::RoundCone
source · pub type RoundCone = RoundShape<Cone>;Expand description
A cone dilated by a sphere (so it has round corners).
Aliased Type§
struct RoundCone {
pub inner_shape: Cone,
pub border_radius: f64,
}Fields§
§inner_shape: ConeThe shape being rounded.
border_radius: f64The radius of the rounded border.