Function: far

Syntax

far (<point>,<point1>,<point2>)

Type

point

Returns

The farther of two points to another point.

Parameters

Example

Sets furthest to whichever of p1 and p2 is further from the origin (p0).

point furthest = far(p0,p1,p2)

See Also

Functions:

near (point)