You are here: Start » AVL.NET » Invoke.RegionDirectionalDispersion

Invoke.RegionDirectionalDispersion

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionDirectionalDispersion
(
	Avl.Region inRegion,
	float inOrientation,
	Avl.ProjectionDirection inDirection,
	out float outDispersion
)

Parameters

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

See also