.gitignore | ||
delaunay.h | ||
demo.cpp | ||
demo.off | ||
LICENSE | ||
README.md |
A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.
compile
g++ demo.cpp
run
./a.out > demo.off
.gitignore | ||
delaunay.h | ||
demo.cpp | ||
demo.off | ||
LICENSE | ||
README.md |
g++ demo.cpp
./a.out > demo.off