P2TTriangulate(ConstrainedPointSet) Method |
Triangulates the specified constrained point set using the default algorithm.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Triangulate(
ConstrainedPointSet cps
)
Parameters
- cps ConstrainedPointSet
- The constrained point set to triangulate.
See Also