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