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

AVS.RegionComplexity Method

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

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outComplexityfloat

See also