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

Invoke.RegionComplexity

Calculates how much the input region's perimeter is bigger than the perimeter of a circle of the same area.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionComplexity
(
	Avl.Region inRegion,
	out float outComplexity
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outComplexityfloat

See also