https://github.com/camilleg/simplicial-interpolation
Multidimensional interpolation using simplicial complexes.
https://github.com/camilleg/simplicial-interpolation
delaunay-triangulation interpolator opengl simplicial-complex
Last synced: 17 days ago
JSON representation
Multidimensional interpolation using simplicial complexes.
- Host: GitHub
- URL: https://github.com/camilleg/simplicial-interpolation
- Owner: camilleg
- License: mit
- Created: 2018-03-20T20:49:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T23:00:43.000Z (5 months ago)
- Last Synced: 2025-04-02T23:24:31.978Z (about 2 months ago)
- Topics: delaunay-triangulation, interpolator, opengl, simplicial-complex
- Language: C++
- Homepage:
- Size: 177 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.hull
- License: LICENSE
Awesome Lists containing this project
README
Hull 1.0:
This program computes convex hulls, Delaunay triangulations, alpha shapes,
and Voronoi volumes, using an incremental algorithm and exact arithmetic.To install, type "make", possibly after adjusting the Makefile.
Author:
Ken Clarkson,
[email protected],
http://cm.bell-labs.com/who/clarkson._______________________________________________________________________________
(
Ken has moved from Bell Labs. Reach him now at:
[email protected]
http://researcher.watson.ibm.com/researcher/view.php?person=us-klclarks
https://en.wikipedia.org/wiki/Kenneth_L._ClarksonThe components of Hull 1.0 used here are:
README.hull
Makefile
ch.c++
fg.c++
hull.c++
hull.h
io.c++
pointops.c++
points.h
pointsites.h
stormacs.h- Camille Goudeseune.
)