Function ncollide3d::procedural::cylinder [−][src]
pub fn cylinder<N: RealField>(
diameter: N,
height: N,
nsubdiv: u32
) -> TriMesh<N>
Generates a cylinder with a given height and diameter.
pub fn cylinder<N: RealField>(
diameter: N,
height: N,
nsubdiv: u32
) -> TriMesh<N>
Generates a cylinder with a given height and diameter.