PixelsForGlory / VoronoiDiagram

Library to create voronoi diagrams in Unity3D.
MIT License
37 stars 3 forks source link

The example in the README.MD lists addPoints, this is NOT a method of VoronoiDiagram #1

Open twobob opened 6 years ago

twobob commented 6 years ago

I don't see that method anywhere.

AddSites() maybe?

EDIT. Hmm and points in not a list of Vector2 otherwise it would not contain a .Coordinate

twobob commented 6 years ago

Aight. Fixed version here https://github.com/twobob/VoronoiDiagram/blob/master/README.md

afuzzyllama commented 6 years ago

Sorry that the README was not accurate. I agree with your edits. If you want, submit a pull request and I'll get the README updated here. Thanks!