From dde5614ae37a8d2550b50f3ab1aebe19cbd21698 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 12 Jan 2015 22:44:04 +0100 Subject: [PATCH] ALGO: rm confusing comment --- Algorithms/PolygonTriangulation.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Algorithms/PolygonTriangulation.hs b/Algorithms/PolygonTriangulation.hs index 64503dd..69bc042 100644 --- a/Algorithms/PolygonTriangulation.hs +++ b/Algorithms/PolygonTriangulation.hs @@ -123,8 +123,7 @@ monotonePartitioning pts -- |Try to eliminate the merge and split vertices by computing the --- diagonals we have to use for splitting the polygon. This doesn't --- necessarily make our polygon y-monotone yet. +-- diagonals we have to use for splitting the polygon. monotoneDiagonals :: [PT] -> [Segment] monotoneDiagonals pts = catMaybes . go $ classifyList pts where