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

AVS.PolygonMoment Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonMoment
(
	AvlNet.Path inPolygon,
	AvlNet.PolygonMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	out float outNormMoment
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
inMomentTypeAvlNet.PolygonMomentType
inCentralbool
outMomentfloat
outNormMomentfloat

See also