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