|
Comparison_result
|
compare_distance_to_point ( Point_2<Kernel> p, Point_2<Kernel> q, Point_2<Kernel> r)
|
| |
compares the distances of points q and
r to point p.
returns SMALLER, iff q is closer
to p than r, LARGER, iff
r is closer to p than q, and
EQUAL otherwise.
|
|
|
Comparison_result
|
compare_distance_to_point ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r)
|
| |
compares the distances of points q and
r to point p.
returns SMALLER, iff q is closer
to p than r, LARGER, iff
r is closer to p than q, and
EQUAL otherwise.
|