nrtaylor / CubicSplineClosestPointLinks
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 the closest point on a set of cubic Bézier splines.
☆31Updated 6 years ago
Alternatives and similar repositories for CubicSplineClosestPoint
Users that are interested in CubicSplineClosestPoint are comparing it to the libraries listed below
Sorting:
- Dual Marching Cubes Implementation in C++☆65Updated 4 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆55Updated 6 years ago
- vGizmo3D - quaternions based GIZMO 3D: it permits, via mouse, to manipulate objects by translating, rotating, or scaling them☆57Updated 3 months ago
- ☆28Updated 5 years ago
- 2D/3D C++ library focusing on mesh processing☆27Updated 9 years ago
- GenericParameters is a C++ header-only library to define generic parameters which store additional information like the parameter type, m…☆27Updated last year
- Tiny Mesh utilities(e.g. compute half-edge data structure) in C++11☆39Updated 5 years ago
- A public domain/MIT header-only marching cube implementation in C++ without anything fancy.☆42Updated last year
- Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.☆119Updated 5 months ago
- Single-file, header-only, no dependencies C++ implementation of the Wavefront obj file format.☆24Updated last year
- Voxelization of a triangle in 3D. Pure math demo.