mirror of https://github.com/CGAL/cgal
add operator() for one point to Compare_squared_radius
This commit is contained in:
parent
86d9865f2e
commit
48909a6a24
|
|
@ -498,6 +498,12 @@ namespace CartesianKernelFunctors {
|
|||
q.x(), q.y(), q.z() ),
|
||||
ft);
|
||||
}
|
||||
|
||||
result_type
|
||||
operator()(const Point_3&, const FT& ft) const
|
||||
{
|
||||
return - CGAL_NTS sign(ft);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue