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


