Click or drag to resize

P2TTriangulate(Polygon) Method

Triangulates the specified polygon 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(
	Polygon p
)

Parameters

p  Polygon
The polygon to triangulate.
See Also