diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-28 17:37:27 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-28 17:37:27 (GMT) |
commit | 66b6433ffe6f8e0236cf8ab1edad7045df360b2a (patch) | |
tree | dadf7b655c9daa1ed82eac7d04a41d23abf1b320 /src/cgal.h | |
parent | 66b9efb35e52987719307f605d230714408930f0 (diff) |
cleanup
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |