Skip to content

Implementation of "Delaunay quadrangulation by two-coloring vertices" paper

Notifications You must be signed in to change notification settings

Ahdhn/DelaunyQuad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

Implementation of "Delaunay quadrangulation by two-coloring vertices" paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published