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