Skip to content

Commit 3e1125a

Browse files
Update README.md
1 parent f5d103c commit 3e1125a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iTriangle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ iTriangle is a high-performance 2D polygon triangulation library for Rust. It so
3535

3636
## Features
3737

38-
- **Sweep-line (Raw) Triangulation** - Fast and simple triangulation of polygons with or without holes.
38+
- **Sweep-line Triangulation** - Fast and simple triangulation of polygons with or without holes.
3939
- **Delaunay Triangulation** - Efficient and robust implementation for generating Delaunay triangulations.
4040
- **Self-Intersection Handling** – Fully supports self-intersecting polygons with automatic resolution.
4141
- **Adaptive Tessellation** - Refine Delaunay triangles using circumcenters for better shape quality.

0 commit comments

Comments
 (0)