ALGO: add TODO note in PolygonIntersection about Zippers

This commit is contained in:
2014-11-16 04:49:34 +01:00
parent 62583d82a5
commit 8c1d54d97a

View File

@@ -13,6 +13,7 @@ import MyPrelude
import QueueEx
-- TODO: probably use a zipper.
-- |Describes a point on the convex hull of the polygon.
-- In addition to the point itself, both it's predecessor and
-- successor are saved for convenience.