Click or drag to resize

P2TTriangulate Method

Overload List
 NameDescription
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.
Top
See Also