Skip to content

tchaumeny/py-voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

py-voronoi

A basic implementation of the sweep line algorithm for Voronoï diagram computation

v = Voronoi([Point(0.0, 0.0), Point(0.0, 1.0), Point(-0.5, 0.5)])
v.vertices # [Point(-0.0, 0.5)]
v.edges # [VoronoiEdge(...), ...]

About

A basic implementation of the sweep line algorithm for Voronoï diagram computation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages