Click or drag to resize

P2TTriangulate(PolygonSet) Method

Triangulates all polygons in the specified polygon set.

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

Parameters

ps  PolygonSet
The polygon set to triangulate.
See Also