ALGO: rm confusing comment

This commit is contained in:
hasufell 2015-01-12 22:44:04 +01:00
parent 41bc7e7744
commit dde5614ae3
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 2 deletions

View File

@ -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