pvigier / QuadtreeLinks
A simple and modern C++ quadtree implementation
☆239Updated last year
Alternatives and similar repositories for Quadtree
Users that are interested in Quadtree are comparing it to the libraries listed below
Sorting:
- A really fast C++ library for Delaunay triangulation of 2D points☆193Updated 4 months ago
- Octree/Quadtree/N-dimensional linear tree☆180Updated 3 months ago
- Dynamic AABB trees in C++ with support for periodic systems.☆334Updated 4 years ago
- A really fast C++ library for Delaunay triangulation of 2D points☆565Updated last year
- Templated hierarchical spatial trees designed for high-peformance.☆130Updated last year
- Bezier is a single header only C++ library for Bezier curve calculations and manipulations.☆312Updated last year
- C++ 2D geometry library, handles points, lines, polylines, planar transformations (and other primitives), using homogeneous coordinates. …☆132Updated this week
- 2D constrained Delaunay triangulation library☆490Updated last year
- A library to collect many useful spline functions into one place.☆286Updated 3 years ago
- C++ implementation of the 3D QuickHull algorithm