tzaeschke / phtree-cppLinks
PH-Tree C++ implementation
☆30Updated 3 months ago
Alternatives and similar repositories for phtree-cpp
Users that are interested in phtree-cpp are comparing it to the libraries listed below
Sorting:
- Templated hierarchical spatial trees designed for high-peformance.☆130Updated last year
- a simple c++ template quadtree class, header only, use it as STL☆17Updated 9 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆55Updated 6 years ago
- Header only C++ library for decomposing and slicing concave polygons into convex polygons☆72Updated 4 years ago
- A nano spline library in modern C++.☆121Updated 8 months ago
- Kd-Tree library for kNN and range queries in plain C++98☆93Updated last year
- A C++ header only library for fast nearest neighbor and range searches using a KdTree. It supports interfacing with Eigen, OpenCV, and cu…☆42Updated 2 months ago
- Tiny 2D Geometry Library☆29Updated 6 years ago
- Octree/Quadtree/N-dimensional linear tree☆171Updated last month
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆142Updated 2 months ago
- A really fast C++ library for Delaunay triangulation of 2D points☆182Updated 2 months ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆75Updated 2 years ago
- Classes that demonstrate how to use Sturm's Theroem for root finding to solve the 5th degree polynomial required to project a 3D point to…☆31Updated 6 years ago
- ☆23Updated 6 years ago
- C++ implementation of the 3D QuickHull algorithm☆281Updated 11 months ago
- Visibility Determination Library: hierarchical frustum and occlusion culling algorithms☆40Updated 4 years ago
- A simple and very fast Octree Implementation that supports Nearest Neigbour Search