Click or drag to resize

PolygonClosedD2DFromPoints Method

Constructs a new closed polygon from the provided points. It is assumed that no point is sharp.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PolygonClosedD2D FromPoints(
	IEnumerable<PointD2D> points
)

Parameters

points  IEnumerablePointD2D
The points that construct the polygon.

Return Value

PolygonClosedD2D
The closed polygon.
See Also