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

Latest commit

 

History

History
18 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 563 Bytes

Space Partitioning Data Structures

Build Status

Docs and slides in German about space partitioning data structures.

Keywords:

Kd Tree, BSP Tree, R Tree, Interval Tree, k-nearest neighbor, portal culling, bins

Getting started

  1. Install PrinceXML
  2. npm install

Useful commands

  • serve docs: npm run docs
  • serve slides: npm run slides
  • create pdf: npm run build