cga/Algorithms
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
..
GrahamScan.hs Merge VectorTypes.hs into Vector.hs 2014-12-03 21:41:00 +01:00
KDTree.hs VEC: Fix the inRange function 2014-12-17 03:35:33 +01:00
PolygonIntersection.hs Merge VectorTypes.hs into Vector.hs 2014-12-03 21:41:00 +01:00
QuadTree.hs VEC: Fix the inRange function 2014-12-17 03:35:33 +01:00