mirror of https://github.com/CGAL/cgal
fix operator pb display Circle_3
This commit is contained in:
parent
341721bb2c
commit
2ccf2ba9cc
|
|
@ -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);}
|
||||
{}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue