I'm new in cgal and I need to check the intersection of two Polyhedron_3, I know that exist a function called intersection_Polyhedron_3_Polyhedron_3() that make this, but I don't know how to implement it.
Can anyone give an example of how to use this function or another way to check the intersection of two Polyhedron_3?