JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Buggy Voronoi edges #54

Closed juliohm closed 3 months ago

juliohm commented 3 years ago

Can you please confirm that the voronoiedges function is working as expected?

I have a valid Delaunay tesselation:

image

but the corresponding Voronoi diagram does not look at all correct:

image

juliohm commented 3 months ago

Closing the issue now that the package is officially deprecated.