mdally / Voronoi

C++ implementation of Fortune's Algorithm for computing bounded Voronoi diagrams
MIT License
25 stars 14 forks source link

Fix Cell::getNeighbors #7

Closed pkonecki closed 6 years ago

pkonecki commented 6 years ago

Now return real neighbors cells and not a list of this x times the number of neighbors

KoraktorXV commented 6 years ago

Awesome! thanks!

mdally commented 6 years ago

Thanks for fixing this!