gaming-pads/content/SpatialPartitioning.org

10 lines
368 B
Org Mode

# -*- mode: Org; eval: (org-transclusion-mode 0) -*- #
#+NAVIGATION-UP: [[file:Geometry.org][Geometry]]
* Spatial Partitioning
These are used to divide a space in either a 2D or 3D world into smaller spaces
that can make operations like searching and filtering more efficient.
#+transclude: [[file:Quadtree.org]] :level 2
#+transclude: [[file:KD-Tree.org]] :level 2