DelaunyQuad
Implementation of "Delaunay quadrangulation by two-coloring vertices" paper
Install / Use
/learn @Ahdhn/DelaunyQuadREADME
DelaunyQuad
Implementation of "Delaunay quadrangulation by two-coloring vertices" paper
Build:
The code has been tested on Windows (Visual Studio 2019) and Linux (g++ 7.4.0). It uses cmake to build as follows
git clone git@github.com:Ahdhn/DelaunyQuad.git
cd DelaunyQuad
mkdir build
cd build
cmake ../
and then for Linux system, you can use make to compile or open the Visual Studio project if you are using Windows.
