summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-04-12 20:44:26 (GMT)
committerMarius Kintel <marius@kintel.net>2011-04-12 20:44:26 (GMT)
commit95c2fdcabf184e13a4ea067cf5cb11f81220d3ce (patch)
tree7570de8cd30b08b214d5a2dcb6a4ca16a490ba2c /src/cgal.h
parentc9093c0ad5d9d625d8a57380949946d90e745800 (diff)
parentc8dd96b76f672d5f99ceb63db2155447bbaa868b (diff)
Merge branch 'master' into sphere-cyl
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cgal.h b/src/cgal.h
index 6cbb251..f9161cc 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -10,6 +10,9 @@
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Nef_polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
+#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
+#include <CGAL/Polygon_2.h>
+#include <CGAL/Polygon_with_holes_2.h>
typedef CGAL::Extended_cartesian<CGAL::Gmpq> CGAL_Kernel2;
typedef CGAL::Nef_polyhedron_2<CGAL_Kernel2> CGAL_Nef_polyhedron2;
@@ -24,6 +27,9 @@ typedef CGAL_Nef_polyhedron3::Aff_transformation_3 CGAL_Aff_transformation;
typedef CGAL_Nef_polyhedron3::Vector_3 CGAL_Vector;
typedef CGAL_Nef_polyhedron3::Plane_3 CGAL_Plane;
typedef CGAL_Nef_polyhedron3::Point_3 CGAL_Point;
+typedef CGAL::Exact_predicates_exact_constructions_kernel CGAL_ExactKernel2;
+typedef CGAL::Polygon_2<CGAL_ExactKernel2> CGAL_Poly2;
+typedef CGAL::Polygon_with_holes_2<CGAL_ExactKernel2> CGAL_Poly2h;
struct CGAL_Nef_polyhedron
{
contact: Jan Huwald // Impressum