PolygonMathGetClosedPolygonCircumference(IEnumerableValueTupleDouble, Double) Method |
Gets the circumference of a closed polygon.
Namespace: Altaxo.Geometry.Double_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetClosedPolygonCircumference(
IEnumerable<(double X, double Y)> closedPolygon
)
Parameters
- closedPolygon IEnumerableValueTupleDouble, Double
- The closed polygon.
Return Value
DoubleThe circumference of the given closed polygon.
See Also