Skip to content

Spatial point location using binary space partition tree

Notifications You must be signed in to change notification settings

bigboynaruto/bsp-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • CGAL's polyhedron convex decomposition might have intersecting regions, which are not accepted by this algorithm. The folder data/ contains successfully tested .off files, which can be used as input. These files were taken from CGAL examples and Holmes3D files set.

About

Spatial point location using binary space partition tree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published