You are here: Start » AVL.NET » PolygonMomentType Enumeration
PolygonMomentType Enumeration
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Polygon moments are polygon mathematical features computed as integrals over polygon points, where \(p_x\) and \(p_y\) denotes x and y coordinate of a point.
Members
| Member name | Description |
|---|---|
| _02 | Sum of squares of integral point x-coordinates in the shape |
| _11 | Sum of polygon integral point x-coordinate and y-coordinate products |
| _20 | Sum of squares of integral point y-coordinates in the Region |
