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

AVL.RegionSkewness

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionSkewness
(
	AvlNet.Region inRegion,
	float inOrientation,
	AvlNet.ProjectionDirection inDirection,
	out float outSkewness
)

Parameters

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

See also