Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.52 KB

index.rst

File metadata and controls

24 lines (20 loc) · 1.52 KB

Spatial Partitioning

.. toctree::
    :hidden:

    Quadtree
    Octree
    Bin2D
    Bin3D

There's a bunch of useful Spatial Partitioning system implementations available in SwissArmyLib.

Class Purpose
:doc:`Quadtree\<T\> <Quadtree>` A GC-friendly Quadtree implementation.
:doc:`Octree\<T\> <Octree>` A GC-friendly Octree implementation.
:doc:`Bin2D\<T\> <Bin2D>` A simple GC-friendly two-dimensional Bin (aka Spatial Grid) implementation.
:doc:`Bin3D\<T\> <Bin3D>` A simple GC-friendly three-dimensional Bin (aka Spatial Grid) implementation.