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

AVS.RegionDispersion Method

Calculates how much more the input region's points are dispersed comparing to the points of a circle of the same area.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionDispersion
(
	AvlNet.Region inRegion,
	out float outDispersion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outDispersionfloat

See also