Merge pull request #6426 from afabri/Kernel_23-Call_function_objects-GF

Kernel_23: Call function objects from CGAL::Segment_3
This commit is contained in:
Sébastien Loriot
2022-03-29 17:47:06 +02:00
5 changed files with 10 additions and 13 deletions
@@ -4000,7 +4000,7 @@ namespace CartesianKernelFunctors {
result_type
operator()( const Segment_3& s, const Point_3& p) const
{ return s.has_on(p); }
{ return s.rep().has_on(p); }
result_type
operator()( const Plane_3& pl, const Point_3& p) const