ALGO: add TODO note in PolygonIntersection about Zippers

This commit is contained in:
hasufell 2014-11-16 04:49:34 +01:00
parent 62583d82a5
commit 8c1d54d97a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

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.