ALGO: rm confusing comment
This commit is contained in:
parent
41bc7e7744
commit
dde5614ae3
@ -123,8 +123,7 @@ monotonePartitioning pts
|
|||||||
|
|
||||||
|
|
||||||
-- |Try to eliminate the merge and split vertices by computing the
|
-- |Try to eliminate the merge and split vertices by computing the
|
||||||
-- diagonals we have to use for splitting the polygon. This doesn't
|
-- diagonals we have to use for splitting the polygon.
|
||||||
-- necessarily make our polygon y-monotone yet.
|
|
||||||
monotoneDiagonals :: [PT] -> [Segment]
|
monotoneDiagonals :: [PT] -> [Segment]
|
||||||
monotoneDiagonals pts = catMaybes . go $ classifyList pts
|
monotoneDiagonals pts = catMaybes . go $ classifyList pts
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user