Go to file
2021-09-18 08:56:06 +08:00
.gitignore initial upload 2021-09-15 14:13:25 +08:00
delaunay_tmp.h tmp update 2021-09-18 08:56:06 +08:00
delaunay.h tmp update 2021-09-18 08:56:06 +08:00
demo.cpp tmp update 2021-09-18 08:56:06 +08:00
demo.msh tmp update 2021-09-18 08:56:06 +08:00
demo.neigh tmp update 2021-09-18 08:56:06 +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