Boolean ops using Nef polyhedra (untested)

This commit is contained in:
Ken Arroyo Ohori
2017-03-02 18:11:11 -06:00
parent c9633273a6
commit 6297ff74f1
4 changed files with 246 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
#include <CGAL/Polygon_mesh_processing/orientation.h>
#include <CGAL/Polygon_mesh_processing/triangulate_faces.h>
#include <CGAL/Polygon_mesh_processing/compute_normal.h>
#include <CGAL/Nef_polyhedron_3.h>
typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;