Click or drag to resize

P2T Class

Provides entry points for running Poly2Tri triangulation algorithms.
Inheritance Hierarchy
SystemObject
  Poly2TriP2T

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class P2T

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