online (<point>,<point1>,<point2> {,<num>})
numeric
Whether a 3-D point lies on a line: one if it does, zero if it doesn’t.
<point>
The point to be
tested.
<point1>,<point2>
Two points defining the line.
<num>
A user-supplied closeness
tolerance. If omitted, a tolerance of 0.0000001 is used.
if (online(myp,p1,p2)) !Point lies on the line
Functions: |