An open API service indexing awesome lists of open source software.

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.

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._Clarkson

The 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.
)