From 14529f339352e179d60900403a2f0b8070f4176f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 14 Dec 2020 13:39:06 +0800 Subject: [PATCH] update doc --- docs/lib2x-polygon_hull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2x-polygon_hull.md b/docs/lib2x-polygon_hull.md index 40628105..e41da526 100644 --- a/docs/lib2x-polygon_hull.md +++ b/docs/lib2x-polygon_hull.md @@ -1,4 +1,4 @@ -# polyhedron_hull +# polygon_hull Create a convex polygon by hulling a list of points. It avoids using `hull` and small 2D primitives to create the polygon.