Closed CooperCorona closed 8 years ago
The reason this occurs is that the edge-walking algorithm fails for cells that have edges that don't connect. It walks to the end of one set of edges, but never reaches edges that aren't connected to the first set.
New edge walking algorithm implemented, fixed.
When the points are horizontally aligned (have the same y-value), the voronoi diagram does not calculate correctly.