summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-10-28 17:37:27 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-10-28 17:37:27 (GMT)
commit66b6433ffe6f8e0236cf8ab1edad7045df360b2a (patch)
treedadf7b655c9daa1ed82eac7d04a41d23abf1b320 /src/cgal.h
parent66b9efb35e52987719307f605d230714408930f0 (diff)
cleanup
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cgal.h b/src/cgal.h
index 518d082..a7300c6 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -59,8 +59,9 @@ typedef CGAL::Polyhedron_incremental_builder_3<CGAL_HDS> CGAL_Polybuilder;
typedef CGAL::Point_3<CGAL_Kernel3> CGAL_Point_3;
typedef CGAL::Iso_cuboid_3<CGAL_Kernel3> CGAL_Iso_cuboid_3;
-// The type given to Iso_rectangle_2 needs to match CGAL_Nef2::Explorer::Point
-// which is different than a CGAL_Kernel2::Point. Hence the suffix 'e'
+// CGAL_Nef_polyhedron2 uses CGAL_Kernel2, but Iso_rectangle_2 needs to match
+// CGAL_Nef_polyhedron2::Explorer::Point which is different than
+// CGAL_Kernel2::Point. Hence the suffix 'e'
typedef CGAL_Nef_polyhedron2::Explorer::Point CGAL_Point_2e;
typedef CGAL::Iso_rectangle_2< CGAL::Simple_cartesian<NT> > CGAL_Iso_rectangle_2e;
contact: Jan Huwald // Impressum