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

AVS.RegionDirectionalDispersion Method

Directional standard deviation of the distance of the region's points to the center.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionDirectionalDispersion
(
	AvlNet.Region inRegion,
	float inOrientation,
	AvlNet.ProjectionDirection inDirection,
	out float outDispersion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inOrientationfloat.0fDefault value: .0f.
inDirectionAvlNet.ProjectionDirectionHorizontalDefault value: Horizontal.
outDispersionfloat

See also