POLYGONSECONDAREAMOMENTS Compute second-order area moments of a polygon.
[IXX, IYY, IXY] = polygonSecondAreaMoments(POLY)
Compute the second-order inertia moments of a polygon. The polygon is
specified by the N-by-2 list of vertex coordinates.
Example
polygonSecondAreaMoments
References
* http://paulbourke.net/geometry/polygonmesh/
* https://en.wikipedia.org/wiki/Second_moment_of_area
See also
polygons2d, polygonEquivalentEllipse, polygonArea, polygonCentroid
Package: matgeom