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

AVS.RegionMoment Method

Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionMoment
(
	AvlNet.Region inRegion,
	AvlNet.RegionMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	out float outNormMoment
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inMomentTypeAvlNet.RegionMomentType
inCentralbool
outMomentfloat
outNormMomentfloat

See also