Skip to content

YulBEdwards/Lazarus-Fortune-voronoi-with-binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazarus-Fortune-voronoi-with-binary-trees

This projects goal is to implement the Fortune triangulation algorithm in Lazarus as efficiently as possible. Both the beach front and the events priority queue are organized as balanced binary trees. The beach front deletion is non-recursive so that no parabola intersections occur during a point deletion. Timing on a relatively fast windows PC: one million points in about 3 seconds.

About

This project’s goal was to re-implement in Lazarus the companion python Voronoi calculation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published