- Home /
What is Voronoi Diagram and how to use it?
I've been browsing internet trying to find simple and good explanation of voronoi diagram, but haven't been successful. I understand it's cellular structure and theory behind it, but I have no clue how to implement it in code. So few questions if I may: 1. What is Voronoi? Is it like perlin where it returns value depending on given coordinates or is it just visual representation of "cellular structure" made of connected circumcenters? 2. How do I implement it or where can I get started with learning about it. I would prefer simple and explaining tutorial over those that just show how to do it.
Answer by hexagonius · Sep 08, 2017 at 06:56 AM
Check the wikipedia Page. Under Algorithm, there's three under which you should find pseudocode:
https://en.m.wikipedia.org/wiki/Voronoi_diagram
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Find Nearby Points 2 Answers
C#: algorithm to check for multiple winning conditions 0 Answers
random object cube use algorithm fisher yates shuffle 0 Answers