felipesanches-svg
don bright 2012-07-20 09:00:14 +02:00
parent f0215e86c8
commit 8e9b2d2c49
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public:
~CGAL_Nef_polyhedron() {}
bool empty() const { return (dim == 0 || (!p2 && !p3)); }
void reset() { dim=0; p2.rest(); p3.reset(); }
void reset() { dim=0; p2.reset(); p3.reset(); }
CGAL_Nef_polyhedron &operator+=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator*=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator-=(const CGAL_Nef_polyhedron &other);