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

AVS.RegionSkewness 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 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