Closed funny-cat-happy closed 1 year ago
Heya! Sorry for not replying sooner.
You're right, the clockwise is "upside down". I was building it based on quadrant direction/rotation, which is actually counter-clockwise.
I changed it to the other direction exactly where you identified the sign issue.
Thanks for reporting the bug!
hello, I am the person who emailed you before,the question has been solved and thank you very much.And I find a new bug.
bug detail
I print a site's ClockwisePoints
It is anticlockwise.Not clockwise.
why bug happen
In VoronoiSite.cs file,326 line
if atan2>atan1,it is supposed to return 1 to make atan2 in front of atan1 in the list. I can't pull request.Maybe do you off the function?Thank you for your reply.