You are here: Start » AVL.NET » Function Reference » Path » Polygon Features
Polygon Features
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| PolygonArea | Computes the area of polygon.  | 
		FoundationBasic | ||
| PolygonCircularity | Computes the area of a polygon divided by the area of a circle having the same feature.  | 
		FoundationBasic | ||
| PolygonConvexity | Computes the area of a polygon divided by the area of its convex hull.  | 
		FoundationBasic | ||
| PolygonEllipticAxes | Computes axes of an ellipse having the same first and second order moments as the given polygon.  | 
		FoundationBasic | ||
| PolygonElongation | Computes the elongation factor of a polygon (perfect circle has minimal elongation equal 1.0).  | 
		FoundationBasic | ||
| PolygonInscribedCircle | Computes the circle with the maximal possible area contained in the input polygon.  | 
		FoundationBasic | ||
| PolygonMassCenter | Computes the mass center of polygon.  | 
		FoundationBasic | ||
| PolygonMassCenter_OrNil | Computes the mass center of polygon; returns Nil for degenerate inputs.  | 
		FoundationBasic | ||
| PolygonOrientation | Computes the polygon orientation as angle with value in range 0.0 - 180.0.  | 
		FoundationBasic | ||
| PolygonRectangularity | Computes the area of a polygon divided by the area of its bounding rectangle.  | 
		FoundationBasic | ||
| PolygonSecondOrderMoments | Calculates all three second order moments in one pass.  | 
		FoundationBasic | ||
| PolygonWithNormalizedOrientation | Returns the same polygon but with orientation corresponding to the axes.  | 
		FoundationBasic | 
