From 2fbd9c4a862117df695124530d1b6f9d140b4946 Mon Sep 17 00:00:00 2001 From: Lars Quentin Date: Mon, 11 Jul 2022 16:17:35 +0200 Subject: [PATCH] :memo: make the paper more visible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cf37d..52ee7f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# curvepy +# curvepy [(PAPER HERE)](./paper/curvepy.pdf) This library contains various Bézier curve algorithms, as well as an educational implementation of Delaunay triangulations and Voronoi regions.