You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-18Lines changed: 10 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,6 @@ A Rust library for computing the No Fit Polygon (Minkowski sum) of two convex po
10
10
11
11
The No Fit Polygon defines the forbidden region where one polygon cannot be placed relative to another without collision. When polygon B's origin is **outside** the NFP, the polygons do **not** overlap. When it's **inside**, they **do** collide.
12
12
13
-
## Features
14
-
15
-
- ✅ **Convex polygon support** with Minkowski sum via vertex combinations and convex hull
16
-
- ✅ **Fast computation** using Graham scan algorithm
17
-
- ✅ **Validated output** - CCW orientation, convex, no self-intersections
0 commit comments