bigboynaruto / bsp-tree

Spatial point location using binary space partition tree
6 stars 1 forks source link
bsp-tree cgal computational-geometry cpp point-location

BSP tree

Spatial point location in convex subdivsion using binary space partition tree. Laboratory work for my computational geometry and computer graphics course.

Prerequisites

Project requires c++11, CMake and CGAL.

Building

cmake && make

Issues