Function ncollide_procedural::cone [] [src]

pub fn cone<N>(diameter: N, height: N, nsubdiv: u32) -> TriMesh<Pnt3<N>> where N: Scalar

Generates a cone with a given height and diameter.