DIAGRAMS: add TODO note

This commit is contained in:
hasufell 2014-10-09 17:20:14 +02:00
parent fa3e498c45
commit 8a2ef92fa7
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -124,6 +124,7 @@ convexHullLines = Diag f
-- |Same as showConvexHullLines, except that it returns an array
-- of diagrams with each step of the algorithm.
-- Unfortunately this is very difficult to implement as a Diag (TODO).
convexHullLinesInterval :: DiagProp -> [PT] -> [Diagram Cairo R2]
convexHullLinesInterval _ xs =
fmap g (grahamGetCHSteps xs)