572d683fdaddb985dec2a21ea58d918bcdc94b36
A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.
compile
g++ demo.cpp
run
./a.out
Description
Languages
C++
100%