Click or drag to resize

PolygonAddSteinerPoint Method

Adds a Steiner point to the polygon.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddSteinerPoint(
	TriangulationPoint point
)

Parameters

point  TriangulationPoint
The Steiner point to add.
See Also