mirror of https://github.com/CGAL/cgal
added stuff in order to see what goes wrong
This commit is contained in:
parent
a0be560caa
commit
fa08c68779
|
|
@ -327,8 +327,15 @@ The following macros are provided: \ccc{CGAL_forall_vertices(v,N)},
|
||||||
\ccMethod{Nef_polyhedron_3<Traits> operator^(const Nef_polyhedron_3<Traits>& N1) const;}
|
\ccMethod{Nef_polyhedron_3<Traits> operator^(const Nef_polyhedron_3<Traits>& N1) const;}
|
||||||
{return the symmetric difference of \ccVar\ and N1.}
|
{return the symmetric difference of \ccVar\ and N1.}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p,
|
\ccMethod{void before() const;}{returns nothing.}
|
||||||
Intersection_mode im) const;}{see \ccc{intersection(p,im)}}
|
\ccGlue
|
||||||
|
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p, Intersection_mode im) const;}{see nothing}
|
||||||
|
\ccGlue
|
||||||
|
\ccMethod{void between() const;}{returns nothing.}
|
||||||
|
\ccGlue
|
||||||
|
\ccMethod{Nef_polyhedron_3<Traits> operator*(const Plane_3& p, Intersection_mode im) const;}{see \ccc{intersection(p,im)}}
|
||||||
|
\ccGlue
|
||||||
|
\ccMethod{void after() const;}{returns nothing.}
|
||||||
|
|
||||||
\ccMethod{void operator*=(const Nef_polyhedron_3<Traits>& N1);}{intersects \ccVar\ and N1.}
|
\ccMethod{void operator*=(const Nef_polyhedron_3<Traits>& N1);}{intersects \ccVar\ and N1.}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue