https://github.com/zpreisler/delaunay
Generates delaunay triangulation
https://github.com/zpreisler/delaunay
c delaunay-triangulation
Last synced: 10 months ago
JSON representation
Generates delaunay triangulation
- Host: GitHub
- URL: https://github.com/zpreisler/delaunay
- Owner: zpreisler
- Created: 2018-05-19T02:40:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T22:40:13.000Z (over 7 years ago)
- Last Synced: 2025-01-11T08:51:40.963Z (over 1 year ago)
- Topics: c, delaunay-triangulation
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delaunay triangulation
Kd sort followed by a triangle walk.
