delaunay2d/README.md
2021-09-15 14:13:25 +08:00

179 B

A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.

compile

g++ demo.cpp

run

./a.out > demo.off