correct has_on pb
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user