You are here: Start » AVL.NET » Invoke.RegionElongation

Invoke.RegionElongation

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionElongation
(
	Avl.Region inRegion,
	out float outElongation
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outElongationfloat

See also