P2TTriangulate(Polygon) Method |
Triangulates the specified polygon using the default algorithm.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Triangulate(
Polygon p
)
Parameters
- p Polygon
- The polygon to triangulate.
See Also