https://github.com/karusb/delaunaytriangulation
Delaunay Triangle Calculation with given .tri files using OpenMP
https://github.com/karusb/delaunaytriangulation
Last synced: over 1 year ago
JSON representation
Delaunay Triangle Calculation with given .tri files using OpenMP
- Host: GitHub
- URL: https://github.com/karusb/delaunaytriangulation
- Owner: karusb
- Created: 2017-07-24T14:12:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T14:35:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T07:42:21.327Z (over 1 year ago)
- Language: C++
- Size: 616 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DelaunayTriangulation
Delaunay Triangle Calculation with given .tri files using OpenMP
# Documentation
Please check github.pdf file for more information. Classes in the code are well documented and could be used as a library to represent vertices, triangles and additional functions related to the nature of their geometry.
# NOT COMPLETE
Although it seems that the program is complete it still needs work such as implementing the creation of the triangles and edge detection.