You are here: Start » AVL.NET » ShapeMomentType Enumeration

ShapeMomentType Enumeration

Shape moments are shapes' mathematical features computed as integrals over shape points, where \(p_x\) and \(p_y\) denotes x and y coordinate of a point.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
_02\(Moment_{2,0}(S) = \int_{S} p_x^2\)
_11\(Moment_{1,1}(S) = \int_{S} p_x p_y\)
_20\(Moment_{0,2}(S) = \int_{S} p_y^2\)

Remarks

See also