Skip to content
/ dem Public

🧐An algorithm to build Delaunay Triangulation.

Notifications You must be signed in to change notification settings

huachangYu/dem

Repository files navigation

DEM

An implement of the algorithm to build Delaunay Triangulation.

Usage

run gcc main.cpp
for windows users, run main.exe
or
for linux users, run ./main.o
then, use python to draw the delaunay triangulation
python draw.py
You are supposed to run it on windows because I havn't check whether it work well on linux.

Result

result The algorithm may cost long time if the points is too many. Time complexity is o(n^3^)

About

🧐An algorithm to build Delaunay Triangulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published