Click or drag to resize

P2TTriangulate(TriangulationContext) Method

Triangulates using the specified triangulation context.

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

Parameters

tcx  TriangulationContext
The triangulation context.
See Also