You are here: Start » AVL.NET » Invoke.RegionMoment
Computes selected second-order moment of a region in regular and normalized ( divided by region area ) variant.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionMoment ( Avl.Region inRegion, Avl.RegionMomentType inMomentType, bool inCentral, out float outMoment, out float outNormMoment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inMomentType | Avl.RegionMomentType | |||
![]() | inCentral | bool | |||
![]() | outMoment | float | |||
![]() | outNormMoment | float |


