P2TTriangulate(PointSet) Method |
Triangulates the specified 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(
PointSet ps
)
Parameters
- ps PointSet
- The point set to triangulate.
See Also