pub fn create_cone( height: f32, radius1: f32, radius2: f32, slices: i32, ) -> Option<HullData>
Create a cone/frustum hull. (b3CreateCone)