Click or drag to resize

DTSweepTriangulate Method

Triangulate simple polygon with holes.

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

Parameters

tcx  DTSweepContext
The sweep context containing points and triangulation configuration.
Remarks
The context must be initialized with points and regions before calling.
See Also