Poly2d.ClosestOuterCorner Method

Returns the closest oputer corner index from point pt
public int ClosestOuterCorner( 
   Point2d pt
   double angle
   bool ccw 
)

Parameters

pt
Point2d

angle
double

Outer corner angle filter

ccw
bool

Return Value

int

-1 if no outer corner found otherwise the index to the corner

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition