Skip to content
/ Delaunay Public

implementation of Delaunay triangulation lifting algorithm

Notifications You must be signed in to change notification settings

ptyin/Delaunay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delaunay Triangulation Lifting Algorithm

Using PyHull(based on qHull) to calculate the convex hull of lifting vertices.

  • Blue edges are the reserved edges of lifting convex hull
  • Red edges are the deleted edges of lifting convex hull
  • Green edges are the 2d Delaunay triangulation

10 points Delaunay Triangulation

100 points Delaunay Triangulation

Requirements

pyhull
numpy
matplotlib

About

implementation of Delaunay triangulation lifting algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages