Determines if a point is on a line.
FUNCTION PtOnLine(
pt : VECTOR;
begPt : VECTOR;
endPt : VECTOR;
tolerance : REAL): BOOLEAN;def vs.PtOnLine(pt, begPt, endPt, tolerance):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| pt | VECTOR | |
| begPt | VECTOR | |
| endPt | VECTOR | |
| tolerance | REAL |
Availability: from Vectorworks 2014