cgal
cgal copied to clipboard
Tetrahedron/tetrahedron intersection
CGAL::intersection() allows to compute intersections between tetrahedron and 2D objects in 3D space (like a triangle), but I havent find any way of getting the intersection between 2 tetrahedron. Is this not supported? Are there any plans to support it?
https://doc.cgal.org/latest/Nef_3/index.html ?
Or with Polygon_mesh_processing's Boolean operations: https://doc.cgal.org/latest/Polygon_mesh_processing/group__PMP__corefinement__grp.html#ga3ff96d36cad8f37efcdada916c46fbbe
The function CGAL::make_tetrahedron() can be used to generate the mesh from the tetrahedron coordinates.