P2T Methods |
The P2T type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateContext | Creates a triangulation context for the specified algorithm. | |
| Triangulate(ConstrainedPointSet) | Triangulates the specified constrained point set using the default algorithm. | |
| Triangulate(PointSet) | Triangulates the specified point set using the default algorithm. | |
| Triangulate(Polygon) | Triangulates the specified polygon using the default algorithm. | |
| Triangulate(PolygonSet) | Triangulates all polygons in the specified polygon set. | |
| Triangulate(TriangulationContext) | Triangulates using the specified triangulation context. | |
| Triangulate(TriangulationAlgorithm, Triangulatable) | Triangulates the specified triangulatable object using the given algorithm. | |
| Warmup | Will do a warmup run to let the JVM optimize the triangulation code -- or would if this were Java --MM |