Click or drag to resize

PolygonAddSteinerPoints Method

Adds multiple Steiner points to the polygon.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddSteinerPoints(
	List<TriangulationPoint> points
)

Parameters

points  ListTriangulationPoint
The Steiner points to add.
See Also