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| Name | Type | Description |
|---|---|---|
| pt | VECTOR | |
| cenPt | VECTOR | |
| radius | REAL |
Availability: from Vectorworks 2014