Determines if a point is on an arc.
FUNCTION PtOnArc(
pt : VECTOR;
cenPt : VECTOR;
radius : REAL;
startAng : REAL;
sweepAng : REAL;
tolerance : REAL): BOOLEAN;def vs.PtOnArc(pt, cenPt, radius, startAng, sweepAng, tolerance):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| pt | VECTOR | |
| cenPt | VECTOR | |
| radius | REAL | |
| startAng | REAL | |
| sweepAng | REAL | |
| tolerance | REAL |
Availability: from Vectorworks 2014