Go to file
2021-09-18 14:42:04 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay_backup.h tmp pdate 2021-09-18 14:42:04 +08:00
delaunay.h tmp pdate 2021-09-18 14:42:04 +08:00
demo_back.off tmp pdate 2021-09-18 14:42:04 +08:00
demo_backup.cpp tmp pdate 2021-09-18 14:42:04 +08:00
demo.cpp tmp pdate 2021-09-18 14:42:04 +08:00
demo.msh tmp pdate 2021-09-18 14:42:04 +08:00
demo.neigh tmp pdate 2021-09-18 14:42:04 +08:00
LICENSE Initial commit 2021-09-15 06:09:35 +00:00
log_backup.txt tmp pdate 2021-09-18 14:42:04 +08:00
log.txt tmp pdate 2021-09-18 14:42:04 +08:00
README.md initial upload 2021-09-15 14:13:25 +08:00

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

compile

g++ demo.cpp

run

./a.out > demo.off