081012221e6c017c82641001704c4be0ffa9131e
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%