Click or drag to resize

P2TTriangulate(PointSet) Method

Triangulates the specified point set using the default algorithm.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Triangulate(
	PointSet ps
)

Parameters

ps  PointSet
The point set to triangulate.
See Also