rapier3d::geometry

Type Alias Cone

Source
pub type Cone = Cone;
Expand description

A cone shape.

Aliased Type§

struct Cone {
    pub half_height: f32,
    pub radius: f32,
}

Fields§

§half_height: f32

The half-height of the cone.

§radius: f32

The base radius of the cone.