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

AVS.PolygonElongation Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonElongation
(
	AvlNet.Path inPolygon,
	out float outElongation
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outElongationfloat

See also