qnzhou / nanosplineLinks
A nano spline library in modern C++.
☆121Updated 8 months ago
Alternatives and similar repositories for nanospline
Users that are interested in nanospline are comparing it to the libraries listed below
Sorting:
- This is an implementation of the paper "Exact and Efficient Polyhedral Envelope Containment Check". The algorithm conservatively predict…☆57Updated 2 months ago
- Public code release for "Swept Volumes via Spacetime Numerical Continuation", presented at SIGGRAPH 2021 and authored by Silvia Sellán, N…☆61Updated 11 months ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆75Updated 2 years ago
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆142Updated 2 months ago
- A C++ geometry processing library☆50Updated 4 years ago
- Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.☆118Updated 5 months ago
- A library for performing proximity queries on a pair of geometric models composed of triangles☆75Updated 4 years ago
- ☆47Updated 7 years ago
- Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh☆174Updated 10 months ago
- Robust geometric predicates☆60Updated last year
- A library providing functionality for the geometric processing of polygonal(non-triangular) meshes.☆61Updated 4 months ago
- Discrete Conformal Equivalence of Polyhedral Surfaces☆104Updated last year
- C++ routines to compute spline curves in nD☆41Updated 6 years ago
- C++ implementation of the 3D QuickHull algorithm☆281Updated 11 months ago
- robust geometric predicates☆37Updated 4 years ago
- A simple header only implementation of a SVD for 3x3 Matrices based on "Computing the Singular Value Decomposition of 3x3 matrices with m…☆16Updated last year
- This is the header-only version of the code we used for the experiments in the paper "Fast and Robust Mesh Arrangements using Floating-po…☆157Updated last year
- Reference implementation of the Eurographics 2020 paper "Fast and Robust QEF Minimization using Probabilistic Quadrics"☆55Updated 9 months ago
- Signed Distance Function from triangle mesh.☆93Updated 6 years ago
- Implementations of various 2D convex hull algorithms in C++☆31Updated 10 years ago
- Indirect Predicates for Geometric Constructions☆46Updated last month
- Directional Field Synthesis, Design, and Processing☆84Updated 3 years ago
- Git mirror of the geogram library by INRIA☆129Updated 2 years ago
- Gradients/Hessians for optimizing with rotation variables.☆26Updated 2 years ago
- A conservative continuous collision detection (CCD) method with support for minimum separation. [Wang et al. 2021]☆143Updated last month
- A simple, easily hackable C++ surface voxelizer (STL=>voxels)☆177Updated 3 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 3 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Little helper project that builds a BVH over triangles, and allows for querying closest surface point for given input point☆24Updated 3 years ago
- A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file☆78Updated 2 years ago