Merge: Geometry fix
authorJean Privat <jean@pryen.org>
Mon, 22 Jun 2015 23:53:43 +0000 (19:53 -0400)
committerJean Privat <jean@pryen.org>
Mon, 22 Jun 2015 23:53:43 +0000 (19:53 -0400)
commit72053fd0644475ca904e10521281c5e208912360
tree17f76533af1dad2b43e7e01e5bc7e4807f9c4769
parent52ff3ec21079f3eaca3095847045c62e9c7e22af
parent85707ab3a4135c39f1f8786ff474aeeec6d0d7c9
Merge: Geometry fix

There was a big mistake in the boxes API where you would get the bottom of a line when calling for it's top and get the top when you were calling for the bottom xD, so fixed it.
There also was a bug with the usage of the Numerics in the quadtree API.
Also implemented a to_s for quadtree, but not sure if it needs to stay here.

Pull-Request: #1534
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>