loose_quadtree icon indicating copy to clipboard operation
loose_quadtree copied to clipboard

Loose Quadtree (Region Tree) simple C++11 implementation

Results 2 loose_quadtree issues
Sort by recently updated
recently updated
newest added

Having integrated your loose quadtree implementation into my game project early in development, I'm getting an off-by-one assertion failure during insertion. This crash happens deterministically so I can provide additional...

## Desctiption Initially I wanted to use it for my project, but decided to give up this library. Therefore I am making PR for future users. PR will be active...