Merge: QuadTree API introduction
authorJean Privat <jean@pryen.org>
Wed, 4 Jun 2014 23:10:19 +0000 (19:10 -0400)
committerJean Privat <jean@pryen.org>
Wed, 4 Jun 2014 23:10:19 +0000 (19:10 -0400)
commitbc875cd4e76976513c05109e7a6c40b4013bdbb9
tree037f8af4aeccf6a7206f9875009c35e2d8768fad
parent1028bbc87133394039bc08e10bb6ea16728dce79
parenta2cee35f0d9fa43ba19f0b601423dacc9a0a98fc
Merge: QuadTree API introduction

QuadTree data structure API used to partition two-dimensional space. Includes a Static and a dynamic implementation, and a simple implementation with an array

Pull-Request: #472
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>