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 nameDescription
_02Sum of squares of integral point x-coordinates in the shape
_11Sum of polygon integral point x-coordinate and y-coordinate products
_20Sum of squares of integral point y-coordinates in the Region

Remarks

See also