Modification of Zalgo2462's VoronoiLib for use in my own projects. Feel free to use or modify further.
- Migrated project VoronoiLib to .NET Standard 2.0
- Migrated projects VoronoiDemo and VoronoiSpeedTest to .NET Core 3.1
- Merged EttieneS' pull request with fix
- Added Lloyd's relaxation algorithm
- Added edges of the bounding box to the output
- Fixed a bug in original implementation causing creation of excess Delaunay triangles because of Voronoi regions neighbouring each other outside of the bounding box