[][src]Function ncollide_procedural::cuboid

pub fn cuboid<N: Real>(extents: &Vector3<N>) -> TriMesh<Point3<N>>

Generates a cuboid shape with a split index buffer.

Arguments:

  • extents - the extents of the cuboid.