Click or drag to resize

PolygonMathGetClosedPolygonSecondMoments Method

Overload List
 NameDescription
Public methodStatic memberGetClosedPolygonSecondMoments(IEnumerablePointD2D) Calculates the 2nd moments of the given closed polygon. The polygon has to be non-selfintersecting!
Public methodStatic memberGetClosedPolygonSecondMoments(IEnumerableIEnumerablePointD2D) Calculates the 2nd moments of the given closed polygons. The polygons have to be non-selfintersecting!
Public methodStatic memberGetClosedPolygonSecondMoments(IEnumerableIEnumerableValueTupleDouble, Double) Calculates the 2nd moments of the given closed polygons. The polygons have to be non-selfintersecting!
Public methodStatic memberGetClosedPolygonSecondMoments(IEnumerableValueTupleDouble, Double) Calculates the 2nd moments of the given closed polygon. The polygon has to be non-selfintersecting!
Top
See Also