Type Alias RoundCone

Source
pub type RoundCone = RoundShape<Cone>;
Expand description

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

Aliased Type§

#[repr(C)]
pub struct RoundCone { pub inner_shape: Cone, pub border_radius: f32, }

Fields§

§inner_shape: Cone

The shape being rounded.

§border_radius: f32

The radius of the rounded border.