Go to file
2021-09-15 19:30:19 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay.h update src 2021-09-15 19:30:19 +08:00
demo.cpp update src 2021-09-15 19:30:19 +08:00
demo.off update src 2021-09-15 15:49:28 +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