Polygon |
The PolygonAnalyzer type exposes the following members.
Name | Description | |
---|---|---|
BoundingBoxMax | Gets maximum position in the bounding box | |
BoundingBoxMin | Gets minimum position in the bounding box | |
FirstVertex | First PolygonVertex in a double linked list of positions. | |
IsClockwise | Gets true is polygon positions are oriented in a clockwise direction. The value of this property is also determined by the Y axis direction that is up by default (this is set by IsYAxisUp). | |
IsClosed | Gets true if polygons is closed | |
IsPolygonConvex | Gets true if polygon is convex | |
IsYAxisUp | Gets or sets a Boolean that specifies if Y axis is pointing up (true by default). This affects the value of IsClockwise property. | |
OriginalPoints | Gets a list of positions | |
PointsCount | Gets points count | |
PolygonArea | Gets polygon area |