Go to file
2021-09-15 14:13:25 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay.h initial upload 2021-09-15 14:13:25 +08:00
demo.cpp initial upload 2021-09-15 14:13:25 +08:00
demo.off initial upload 2021-09-15 14:13:25 +08:00
LICENSE Initial commit 2021-09-15 06:09:35 +00: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