You are here: Start » AVL.NET » AVS.PolygonRectangularity Method

AVS.PolygonRectangularity Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonRectangularity
(
	AvlNet.Path inPolygon,
	out float outRectangularity
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outRectangularityfloat

See also