PolygonClosedD2DFromPoints Method |
Constructs a new closed polygon from the provided points. It is assumed that no point is sharp.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PolygonClosedD2D FromPoints(
IEnumerable<PointD2D> points
)
Parameters
- points IEnumerablePointD2D
- The points that construct the polygon.
Return Value
PolygonClosedD2DThe closed polygon.
See Also