Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 510 Bytes

File metadata and controls

29 lines (23 loc) · 510 Bytes

PtPerpCircle

Description

Returns a point on the circle which is closest to the input point.

FUNCTION PtPerpCircle(
				pt     : VECTOR;
				cenPt  : VECTOR;
				radius : REAL): VECTOR;
def vs.PtPerpCircle(pt, cenPt, radius):
    return VECTOR

Parameters

Name Type Description
pt VECTOR
cenPt VECTOR
radius REAL

Version

Availability: from Vectorworks 2014

Category