Click or drag to resize

P2T Methods

The P2T type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateContext Creates a triangulation context for the specified algorithm.
Public methodStatic memberTriangulate(ConstrainedPointSet) Triangulates the specified constrained point set using the default algorithm.
Public methodStatic memberTriangulate(PointSet) Triangulates the specified point set using the default algorithm.
Public methodStatic memberTriangulate(Polygon) Triangulates the specified polygon using the default algorithm.
Public methodStatic memberTriangulate(PolygonSet) Triangulates all polygons in the specified polygon set.
Public methodStatic memberTriangulate(TriangulationContext) Triangulates using the specified triangulation context.
Public methodStatic memberTriangulate(TriangulationAlgorithm, Triangulatable) Triangulates the specified triangulatable object using the given algorithm.
Public methodStatic memberWarmup Will do a warmup run to let the JVM optimize the triangulation code -- or would if this were Java --MM
Top
See Also