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

AVL.RegionDispersion

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

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outDispersionfloat

See also