mirror of https://github.com/CGAL/cgal
removed buggy operator* completely
This commit is contained in:
parent
682fbd0e6f
commit
8c7ac40f70
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue