Click or drag to resize

TriangulationDebugContext Constructor

Initializes a new instance of the TriangulationDebugContext class.

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

Parameters

tcx  TriangulationContext
The owning triangulation context.
See Also