Click or drag to resize
AB4D logo

PolygonVertex Fields

The PolygonVertex type exposes the following members.

Fields
 NameDescription
Public fieldIndex Index of the vertex
Public fieldIsConvex IsConvex, e.g. inner angle is smaller than 180 degrees.
Public fieldIsEar IsEar
Public fieldIsSteiner True when this vertex is a Steiner vertex - e.g. it was added by the algorithm and is not provided by the user.
Public fieldNext Next PolygonVertex
Public fieldOriginalPointIndex Index in the original points list
Public fieldPoint 2D point
Public fieldPrevious Previous PolygonVertex
Top
See Also