Go to file
2021-09-19 09:21:11 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay.h update to stable version 2021-09-19 09:21:11 +08:00
demo.cpp update to stable version 2021-09-19 09:21:11 +08:00
demo.msh update to stable version 2021-09-19 09:21:11 +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