See: Description
Class | Description |
---|---|
ConstrainedDelaunayTriangulator |
Computes the Constrained Delaunay Triangulation of polygons.
|
PolygonHoleJoiner |
Transforms a polygon with holes into a single self-touching (invalid) ring
by joining holes to the exterior shell or to another hole
with out-and-back line segments.
|
PolygonTriangulator |
Computes a triangulation of each polygon in a
Geometry . |
ConstrainedDelaunayTriangulator
can be used to provide high-quality
near-Delaunay triangulations of polygonal geometry.
The PolygonTriangulator
produces lower-quality but faster triangulations.Copyright © 2024. All rights reserved.