Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 542 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 542 Bytes

Author: Tamas Nagy (mail@tamas-nagy.net) GitHub: https://github.com/nagytam/VoronoiDiagram.git

This sample code is for generating Voronoi diagrams in C#.

More information about Voronoi Diagrams (used in wide range of scientific domains, such as biology, informatics, data science and geometry) could be found at https://en.wikipedia.org/wiki/Voronoi_diagram.

This implementation is just for illustrational purposes and could optimized further for performance, as well as the parameters could be changed to be passed from the outside.