DIAGRAMS: add TODO note
This commit is contained in:
parent
fa3e498c45
commit
8a2ef92fa7
@ -124,6 +124,7 @@ convexHullLines = Diag f
|
|||||||
|
|
||||||
-- |Same as showConvexHullLines, except that it returns an array
|
-- |Same as showConvexHullLines, except that it returns an array
|
||||||
-- of diagrams with each step of the algorithm.
|
-- 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 :: DiagProp -> [PT] -> [Diagram Cairo R2]
|
||||||
convexHullLinesInterval _ xs =
|
convexHullLinesInterval _ xs =
|
||||||
fmap g (grahamGetCHSteps xs)
|
fmap g (grahamGetCHSteps xs)
|
||||||
|
Loading…
Reference in New Issue
Block a user