Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitya57/interpolation-3d
- Owner: mitya57
- Created: 2013-06-03T14:02:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T14:27:34.000Z (about 10 years ago)
- Last Synced: 2024-10-13T17:05:39.710Z (24 days ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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.