Click or drag to resize

PolygonMathGetClosedPolygonCircumference(IEnumerablePointD2D) Method

Gets the circumference of a closed polygon.

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetClosedPolygonCircumference(
	IEnumerable<PointD2D> closedPolygon
)

Parameters

closedPolygon  IEnumerablePointD2D
The closed polygon.

Return Value

Double
The circumference of the given closed polygon.
See Also