far (<point>,<point1>,<point2>)
point
The farther of two points to another point.
<point>
The point to test.
<point1>
First point to
compare it with.
<point2>
Second point to
compare it with.
Sets furthest to whichever of p1 and p2 is further from the origin (p0).
point furthest = far(p0,p1,p2)
Functions: |
near (point) |