pub fn cone<N: RealField + Copy>( diameter: N, height: N, nsubdiv: u32, ) -> TriMesh<N>
Generates a cone with a given height and diameter.