0ba513f2c7a24867d300722050c1f122cf00cf29
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%