summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-10-16 01:17:12 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-10-16 01:17:12 (GMT)
commit56def4aef228564ea4abcc06d4873c961921cf7d (patch)
tree5374210ab104604af37eae51af1341b5d7792b02 /src/cgal.h
parent65fc1d6b01ade5e76fe712f93e2e108194c3291b (diff)
projection: fallback to 'large thin box' if intersection with plane fails.
also implement SVG debugging output for 2d + 3d Nef Polyhedrons.
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgal.h b/src/cgal.h
index e5e39dd..2ca82d3 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -54,6 +54,8 @@ typedef CGAL::Polyhedron_3<CGAL_Kernel3> CGAL_Polyhedron;
typedef CGAL_Polyhedron::HalfedgeDS CGAL_HDS;
typedef CGAL::Polyhedron_incremental_builder_3<CGAL_HDS> CGAL_Polybuilder;
+typedef CGAL::Cartesian<NT>::Iso_cuboid_3 CGAL_Iso_cuboid_3;
+
#ifdef PREV_NDEBUG
#define NDEBUG PREV_NDEBUG
#endif
contact: Jan Huwald // Impressum