pub fn cone<N: RealField + Copy>(
    diameter: N,
    height: N,
    nsubdiv: u32
) -> TriMesh<N>
Expand description

Generates a cone with a given height and diameter.