pub type Cone = Cone;
A cone shape.
struct Cone { pub half_height: f32, pub radius: f32, }
half_height: f32
The half-height of the cone.
radius: f32
The base radius of the cone.