Go to file
yizhangss 158c244317 !1 merge branch develop
Merge pull request !1 from yizhangss/develop
2021-11-12 12:55:53 +00:00
.vscode complete the flip algorithm 2021-09-19 22:19:08 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay_backup.h complete the flip algorithm 2021-09-19 22:19:08 +08:00
delaunay.h tmp update 2021-11-12 20:53:28 +08:00
demo_backup.cpp complete the flip algorithm 2021-09-19 22:19:08 +08:00
demo.cpp complete the flip algorithm 2021-09-19 22:19:08 +08:00
demo.msh complete the flip algorithm 2021-09-19 22:19:08 +08:00
demo.neigh complete the flip algorithm 2021-09-19 22:19:08 +08:00
LICENSE Initial commit 2021-09-15 06:09:35 +00:00
README.md update to stable version 2021-09-19 09:21:11 +08:00

A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.

compile

g++ demo.cpp

run

./a.out