ba89273e0e4e8c2dc3a667505dcc6bf7632f952d
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%