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