File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ protected override void UnloadContent()
106106Maybe you've heard of such a data-structure that does essentially exactly the same things as this grid with one major difference:
107107
108108The QuadTree divides the space all by itself, dynamically whenever you add new items.
109- It doesn't need a fixed uniform grid, but divides it unevenly and only when another partition is needed.
109+ It doesn't need a fixed uniform grid, but divides space unevenly and only when another partition is needed.
110110And that's good and bad at the same time.
111111The goog thing is that it can cope with unevenly distributed items.
112112The bad thing is that it costs a lot more time (the updating of this data-structure); At least when compared to the grid.
You can’t perform that action at this time.
0 commit comments