Click or drag to resize

P2TCreateContext Method

Creates a triangulation context for the specified algorithm.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static TriangulationContext CreateContext(
	TriangulationAlgorithm algorithm
)

Parameters

algorithm  TriangulationAlgorithm
The algorithm for which to create a context.

Return Value

TriangulationContext
A triangulation context for the specified algorithm.
See Also