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