ncollide3d::transformation

Function hacd

Source
pub fn hacd<N: RealField + Copy>(
    mesh: TriMesh<N>,
    error: N,
    min_components: usize,
) -> (Vec<TriMesh<N>>, Vec<Vec<usize>>)
Expand description

Approximate convex decomposition of a triangle mesh.