You are here: Start » FIL.NET » Invoke.PolygonSecondOrderMoments
Calculates all three second order moments in one pass.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PolygonSecondOrderMoments ( Fil.Path inPolygon, out float outMoment02, out float outMoment11, out float outMoment20 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | Fil.Path | |||
![]() | outMoment02 | float | |||
![]() | outMoment11 | float | |||
![]() | outMoment20 | float |


