Click or drag to resize

P2TTriangulate(ConstrainedPointSet) Method

Triangulates the specified constrained point set 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(
	ConstrainedPointSet cps
)

Parameters

cps  ConstrainedPointSet
The constrained point set to triangulate.
See Also