Kernel_23: Call function objects from CGAL::Segment_3

This commit is contained in:
Andreas Fabri
2022-03-17 12:14:43 +01:00
parent c837828770
commit d39c7742f1
5 changed files with 10 additions and 13 deletions
@@ -3988,7 +3988,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