docs: update spatial partitition

This commit is contained in:
Ilkka Seppälä
2024-05-27 12:37:09 +03:00
parent 4efd714aa5
commit 822bcd0d16
+2 -2
View File
@@ -102,7 +102,7 @@ This way, we can reduce the time complexity of finding the units within a certai
## Tutorials
* [Coding Challenge #98.1: Quadtree - Part 1 - The Coding Train](https://www.youtube.com/watch?v=OJxEcs0w_kE)
* [Coding Challenge #98.1: Quadtree - Part 1 (The Coding Train)](https://www.youtube.com/watch?v=OJxEcs0w_kE)
## Known Uses
@@ -133,4 +133,4 @@ Trade-offs:
* [Game Programming Patterns](https://amzn.to/3K96fOn)
* [Introduction to Algorithms](https://amzn.to/4aC5hW0)
* [Real-Time Collision Detection](https://amzn.to/4as9gnW)
* [Spatial Partition - Game Programming Patterns](http://gameprogrammingpatterns.com/spatial-partition.html)
* [Spatial Partition (Game Programming Patterns)](http://gameprogrammingpatterns.com/spatial-partition.html)