We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d103c commit 3e1125aCopy full SHA for 3e1125a
1 file changed
iTriangle/README.md
@@ -35,7 +35,7 @@ iTriangle is a high-performance 2D polygon triangulation library for Rust. It so
35
36
## Features
37
38
-- **Sweep-line (Raw) Triangulation** - Fast and simple triangulation of polygons with or without holes.
+- **Sweep-line Triangulation** - Fast and simple triangulation of polygons with or without holes.
39
- **Delaunay Triangulation** - Efficient and robust implementation for generating Delaunay triangulations.
40
- **Self-Intersection Handling** – Fully supports self-intersecting polygons with automatic resolution.
41
- **Adaptive Tessellation** - Refine Delaunay triangles using circumcenters for better shape quality.
0 commit comments