Click or drag to resize
Ab4d.SharpEngine logo

PolygonAnalyzer Properties

The PolygonAnalyzer type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBoxMax Gets maximum position in the bounding box
Public propertyBoundingBoxMin Gets minimum position in the bounding box
Public propertyFirstVertex First PolygonVertex in a double linked list of positions.
Public propertyIsClockwise 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).
Public propertyIsClosed Gets true if polygons is closed
Public propertyIsPolygonConvex Gets true if polygon is convex
Public propertyIsYAxisUp Gets or sets a Boolean that specifies if Y axis is pointing up (true by default). This affects the value of IsClockwise property.
Public propertyOriginalPoints Gets a list of positions
Public propertyPointsCount Gets points count
Public propertyPolygonArea Gets polygon area
Top
See Also