Click or drag to resize

PolygonSetAdd Method

Adds a polygon to the set.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	Polygon p
)

Parameters

p  Polygon
The polygon to add.
See Also