Kernel_23: Call function objects from CGAL::Segment_3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user