JuliaGeometry / VoronoiDelaunay.jl

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

Expose getgena and getgenb #26

Closed wwaites closed 7 years ago

wwaites commented 7 years ago

The semantics of these functions is to get the points generating adjacent cells of a Voronoi tesselation. Expose them so that this information can be used.

skariel commented 7 years ago

Merged, thanks!