You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @PieceMaker ,
regarding this error you mention on your readme, I suggest that you have a look at this very similar issue gorhill/Javascript-Voronoi#27 (comment)
that I solved by adjusting the epsilon paramter, I don't say this will definitely solve your issue but it's worth the try.
The text was updated successfully, but these errors were encountered:
Thanks for the heads up! I believe the epsilon parameter was discussed in gorhill/Javascript-Voronoi#15 as well. In that issue it looked like the choice of epsilon that caused the calculation to succeed was still dependent on the input sites. Additionally, I was reluctant to write code that redefined parts of the Voronoi prototype. Therefore I decided to expose my own version of epsilon in the form of options.decimalPlaces and leave it to the user's discretion whether to employ it and at what value.
Hi @PieceMaker ,
regarding this error you mention on your readme, I suggest that you have a look at this very similar issue
gorhill/Javascript-Voronoi#27 (comment)
that I solved by adjusting the epsilon paramter, I don't say this will definitely solve your issue but it's worth the try.
The text was updated successfully, but these errors were encountered: