Function nphysics3d::volumetric::convex_mesh_surface [] [src]

pub unsafe fn convex_mesh_surface<P>(convex_mesh: &TriMesh<P>) -> P::Vect::Scalar where P: Point

The surface of a convex mesh.

This is unsafe as the mesh is not checked to be actually convex.