Click or drag to resize

Polygon(IEnumerablePolygonPoint) Constructor

Create a polygon from a list of at least 3 points with no duplicates.

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Polygon(
	IEnumerable<PolygonPoint> points
)

Parameters

points  IEnumerablePolygonPoint
A list of unique points.
See Also