You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionComplexity

AVL.RegionComplexity

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outComplexityfloat

See also