brainexcerpts / SplineLinks
C++ routines to compute spline curves in nD
☆41Updated 6 years ago
Alternatives and similar repositories for Spline
Users that are interested in Spline are comparing it to the libraries listed below
Sorting:
- A nano spline library in modern C++.☆128Updated last year
- A public domain/MIT header-only marching cube implementation in C++ without anything fancy.☆47Updated 2 years ago
- A C++ geometry processing library☆52Updated 4 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆76Updated 3 years ago
- Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.☆120Updated 9 months ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆56Updated 6 years ago
- A Shoemake Arcball camera in C++☆31Updated last year
- Custom views of various objects for Visual Studio debugger☆83Updated last year
- GenericParameters is a C++ header-only library to define generic parameters which store additional information like the parameter type, m…☆27Updated 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
- A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file☆83Updated 2 years ago
- 3D view interactor (C++, OpenGL).☆15Updated 9 years ago
- This repository contains examples applications that use libigl. They only work on MacOSX and they should be converted to tutorials.☆27Updated 2 years ago
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆147Updated 6 months ago
- Library for least square fitting Bezier splines☆46Updated 6 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Math utility library for games and simulations including lots of intersection tests for different geometry☆19Updated 4 months ago
- LineVis is a visualization tool for rendering dense sets of 3D lines.☆96Updated last month
- Octree library in C++☆60Updated 13 years ago
- TinyMesh is a light-weight mesh processing library in C/C++.☆97Updated last year
- A Constrained Resampling Strategy for Mesh Improvement - SGP 2017☆58Updated 3 years ago
- Reference implementation of Oi-BVH tree from the paper "Binary Ostensibly‐Implicit Trees for Fast Collision Detection"☆31Updated 4 years ago
- Polar decomposition of a 3x3 matrix☆14Updated 6 years ago
- Research 3D Engine for rendering, animation and processing☆105Updated 3 weeks ago
- A Robust Geometry Processing Library☆285Updated last week
- RPly: ANSI C Library for PLY file format input and output☆18Updated 9 years ago
- A library to collect many useful spline functions into one place.☆292Updated 3 years ago
- Fast and light-weight Marching Cubes library in C++ without any dependencies.