CGAL::convex_decomposition_3

Definition

This function takes a Nef_polyhedron_3 N and inserts additional facets, such that each bounded marked volume (the outer volume is unbouned) is subdivided into convex pieces. At the moment the function is restricted to the decomposition of bounded polyhedra. If the input polyhedron is unbounded, i.e., the outer volume is part of the polyhedron, then this volume is ignored during the decomposition process.

void convex_decomposition_3 ( Nef_polyhedron_3& N)

See Also

CGAL::Nef_polyhedron_3<Traits>