fix operator pb display Circle_3

This commit is contained in:
Sébastien Loriot 2009-02-05 12:58:39 +00:00
parent 341721bb2c
commit 2ccf2ba9cc
1 changed files with 2 additions and 2 deletions

View File

@ -103,13 +103,13 @@ circle can be degenerate, i.e.\ the squared radius may be zero.
\ccOperations
\ccMemberFunction{ bool operator == (Circle_3<Kernel> const& c1,
\ccFunction{ bool operator == (Circle_3<Kernel> const& c1,
Circle_3<Kernel> const& c2);}
{returns \ccc{true}, iff \ccc{c1} and \ccc{c2} are equal,
i.e.\ if they have the same center, the same squared radius
and the same supporting plane.}
\ccMemberFunction{ bool operator != (Circle_3<Kernel> const& c1,
\ccFunction{ bool operator != (Circle_3<Kernel> const& c1,
Circle_3<Kernel> const& c2);}
{}