removed buggy operator* completely

This commit is contained in:
Peter Hachenberger 2008-09-23 17:37:31 +00:00
parent 682fbd0e6f
commit 8c7ac40f70
1 changed files with 0 additions and 3 deletions

View File

@ -326,9 +326,6 @@ The following macros are provided: \ccc{CGAL_forall_vertices(v,N)},
\ccGlue
\ccMethod{Nef_polyhedron_3<Traits> operator^(const Nef_polyhedron_3<Traits>& N1) const;}
{return the symmetric difference of \ccVar\ and N1.}
%\ccGlue
%\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p, Intersection_mode im) const;}{see \ccc{intersection(p,im)}}
\ccMethod{void operator*=(const Nef_polyhedron_3<Traits>& N1);}{intersects \ccVar\ and N1.}
\ccGlue