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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user