cga/Graphics/Diagram
hasufell 2ccb52eb62
VEC: Fix the inRange function
It now takes a PROPER square, as in ((xmin, ymin), (xmax, ymax))
instead of ((xmin, xmax), (ymin, ymax)) and also works
with negative values.

Because the meaning of the arguments has changed, we also
had to fix all uses of it.
2014-12-17 03:35:33 +01:00
..
AlgoDiags.hs VEC: Fix the inRange function 2014-12-17 03:35:33 +01:00
Core.hs VEC: Fix the inRange function 2014-12-17 03:35:33 +01:00
Gif.hs DIAG: dump the Object data type, it's useless 2014-12-07 04:33:45 +01:00
Gtk.hs DIAG: use newtype for DiagAlgo 2014-12-17 00:52:07 +01:00
Plotter.hs DIAG: add haddock comment 2014-12-07 20:30:51 +01:00