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