| DelaunayData |
This class is used to collect all data used to compute a mesh based on a
Delaunay triangulation
|
| FullConvexHull |
Computes the convex hull of a Geometry.
|
| ST_ConstrainedDelaunay |
Returns polygons or lines that represent a Delaunay triangulation constructed
from a geometry.
|
| ST_Delaunay |
Returns polygons that represent a Delaunay triangulation constructed from a
collection of points.
|
| ST_Tesselate |
Tessellate a set of Polygon with adaptive triangles.
|
| ST_TriangulatePolygon |
Tessellate a set of Polygon with constrained delaunay.
|
| ST_Voronoi |
|
| Triangle |
A triangle built from the combination of the 3 vertices index.
|
| Triangle.TriangleBuilder |
Generate a triangle from Tinfour structure
|