tomilov / quickhullLinks
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
☆77Updated 2 years ago
Alternatives and similar repositories for quickhull
Users that are interested in quickhull are comparing it to the libraries listed below
Sorting:
- A nano spline library in modern C++.☆124Updated 9 months ago
- A library to collect many useful spline functions into one place.☆284Updated 3 years ago
- C++ implementation of the 3D QuickHull algorithm☆287Updated last year
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆144Updated 4 months ago
- Octree library in C++☆60Updated 13 years ago
- OpenGP☆81Updated 3 years ago
- Cubic B-Spline implementation in C++ templates☆101Updated last year
- Fast and lightweight class for Bezier curves of any order in C++☆106Updated 2 months ago
- Curve fitting based on Schneider's algorithm. Written using C++11 and OpenSceneGraph (visualization)☆104Updated 8 years ago
- Header only C++ library for decomposing and slicing concave polygons into convex polygons☆72Updated 4 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
- Custom views of various objects for Visual Studio debugger☆82Updated last year
- Benchmark of various spatial data structures for collision detection.☆131Updated 7 years ago
- Package provides C++ implementation of spline interpolation☆138Updated 4 years ago
- 3D B-Spline renderer written in C++ using Qt, OpenGL and Eigen☆26Updated 8 months ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆55Updated 6 years ago
- A C++ geometry processing library☆50Updated 4 years ago
- A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file☆79Updated 2 years ago
- Library for creating and manipulating dual quaternions.☆53Updated 11 months ago
- Templated hierarchical spatial trees designed for high-peformance.☆129Updated 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…☆43Updated 3 months ago
- robust geometric predicates☆37Updated 4 years ago
- A simple library for producing multidimensional polynomial fits for C++☆38Updated 7 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 6 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- C++ routines to compute spline curves in nD☆41Updated 6 years ago
- Dual Marching Cubes Implementation in C++☆65Updated 4 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 3 years ago
- gDel3D is the fastest 3D Delaunay triangulation algorithm. It uses the GPU for massive parallelism.☆163Updated 7 years ago