summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-11-30 21:00:35 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-11-30 21:00:35 (GMT)
commit31199ea2d1f1a9ce2de763ca57fb0aa172cc1f66 (patch)
tree2dcb07e7c91e77bfd1d7caec7e6b91a33030ecf5 /src/cgal.h
parent6f6a8dff7669322a35ddc33ad195f2cb3de45de8 (diff)
parent961c380c840882da246aad1c30928f106aea8747 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cgal.h b/src/cgal.h
index 45228be..efc53d3 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -48,9 +48,10 @@ 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;
- //typedef CGAL::Cartesian<NT> CGAL_Kernel3;
-typedef CGAL::Exact_predicates_exact_constructions_kernel CGAL_Kernel3;
-typedef CGAL::Exact_predicates_exact_constructions_kernel::FT NT3;
+typedef CGAL::Gmpq NT3;
+typedef CGAL::Cartesian<NT3> CGAL_Kernel3;
+//typedef CGAL::Exact_predicates_exact_constructions_kernel::FT NT3;
+//typedef CGAL::Exact_predicates_exact_constructions_kernel CGAL_Kernel3;
typedef CGAL::Nef_polyhedron_3<CGAL_Kernel3> CGAL_Nef_polyhedron3;
typedef CGAL_Nef_polyhedron3::Aff_transformation_3 CGAL_Aff_transformation;
contact: Jan Huwald // Impressum