Files
delaunay2d/README.md
2021-09-19 09:21:11 +08:00

162 B

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

compile

g++ demo.cpp

run

./a.out