You are here: Start » Function Reference » Path » Polygon Features

Polygon Features

Icon Name Description / Applications Modules
PolygonArea PolygonArea

Computes the area of polygon.

FoundationBasic
PolygonCircularity PolygonCircularity

Computes the area of a polygon divided by the area of a circle having the same feature.

FoundationBasic
PolygonConvexity PolygonConvexity

Computes the area of a polygon divided by the area of its convex hull.

FoundationBasic
PolygonEllipticAxes PolygonEllipticAxes

Computes axes of an ellipse having the same first and second order moments as the given polygon.

FoundationBasic
PolygonElongation PolygonElongation

Computes the elongation factor of a polygon (perfect circle has minimal elongation equal 1.0).

FoundationBasic
PolygonInscribedCircle PolygonInscribedCircle

Computes the circle with the maximal possible area contained in the input polygon.

FoundationBasic
PolygonMassCenter PolygonMassCenter

Computes the mass center of polygon.

FoundationBasic
PolygonMassCenter_OrNil PolygonMassCenter_OrNil

Computes the mass center of polygon; returns Nil for degenerate inputs.

FoundationBasic
PolygonOrientation PolygonOrientation

Computes the polygon orientation as angle with value in range 0.0 - 180.0.

FoundationBasic
PolygonRectangularity PolygonRectangularity

Computes the area of a polygon divided by the area of its bounding rectangle.

FoundationBasic
PolygonSecondOrderMoments

FoundationBasic
PolygonWithNormalizedOrientation PolygonWithNormalizedOrientation

Returns the same polygon but with orientation corresponding to the axes.

FoundationBasic