correct has_on pb

This commit is contained in:
Sébastien Loriot
2009-06-26 14:15:56 +00:00
parent ed59e89ad6
commit 0e76f6c8b4
2 changed files with 15 additions and 1 deletions
@@ -3579,6 +3579,10 @@ namespace CartesianKernelFunctors {
operator()(const Sphere_3 &a, const Circle_3 &p) const
{ return a.rep().has_on(p); }
result_type
operator()(const Sphere_3 &a, const Point_3 &p) const
{ return a.rep().has_on(p); }
result_type
operator()(const Plane_3 &a, const Circle_3 &p) const
{ return a.rep().has_on(p); }