Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 534 Bytes

File metadata and controls

31 lines (25 loc) · 534 Bytes

PtOnLine

Description

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

Parameters

Name Type Description
pt VECTOR
begPt VECTOR
endPt VECTOR
tolerance REAL

Version

Availability: from Vectorworks 2014

Category