Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitya57/interpolation-3d

Functions interpolation in 3d space
https://github.com/mitya57/interpolation-3d

Last synced: 21 days ago
JSON representation

Functions interpolation in 3d space

Awesome Lists containing this project

README

        

This program implements function interpolation in three-dimensional space on a polygon.

To specify the polygon, edit `coordinates.txt` file.

To specify the function, edit `function.cpp` file.