Click or drag to resize

PolygonClosedD2D(PointD2D, HashSetPointD2D) Constructor

Initializes a new instance of the PolygonClosedD2D class with points and sharp points.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PolygonClosedD2D(
	PointD2D[] points,
	HashSet<PointD2D> sharpPoints
)

Parameters

points  PointD2D
The points that form the polygon.
sharpPoints  HashSetPointD2D
The set of sharp points.
See Also