First of all, thanks for the lib. It works almost perfect, but i have
one problem. Sometimes i have just two points and when i try to get
their regions, i got same region twice. I've found this note in
site.as line 275:
NOTE this will not be correct if the region should take up more than
half of the bounds rect, for then we will have gone the wrong way
around the bounds and included the smaller part rather than the
larger.
Guess that's it. Ok, in two-points case there is no need to do fortune
algorythm, rect can be splited simplier. But one region can be bigger
than half of the rect with three points or even four.
Is there any chance that this will be fixed any time soon?