PolygonMathGetClosedPolygonCircumference Method |
Gets the circumference of a closed polygon.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double GetClosedPolygonCircumference(
IEnumerable<Point64> closedPolygon
)
Parameters
- closedPolygon IEnumerablePoint64
- The closed polygon.
Return Value
DoubleThe circumference of the given closed polygon.
See Also