diff --git a/Algorithms/PolygonIntersection/Core.hs b/Algorithms/PolygonIntersection/Core.hs index f8d3a85..d22477e 100644 --- a/Algorithms/PolygonIntersection/Core.hs +++ b/Algorithms/PolygonIntersection/Core.hs @@ -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.