Function nphysics3d::volumetric::convex_mesh_area_unchecked[][src]

pub fn convex_mesh_area_unchecked<N: RealField>(convex_mesh: &TriMesh<N>) -> N
Expand description

The area of a convex mesh.

The mesh is not checked to be actually convex.