From 42b8b56ce691a9fbacd2738e0df28e1faeb4d307 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 30 Dec 2020 17:00:14 +0800 Subject: [PATCH] update doc --- docs/lib2x-lines_intersection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2x-lines_intersection.md b/docs/lib2x-lines_intersection.md index 512e5de6..f71d59e7 100644 --- a/docs/lib2x-lines_intersection.md +++ b/docs/lib2x-lines_intersection.md @@ -1,4 +1,4 @@ -# lines_intersection2 +# lines_intersection Find the intersection of two line segments. Return `[]` if lines don't intersect.