gorhill / Javascript-Voronoi

A Javascript implementation of Fortune's algorithm to compute Voronoi cells
http://www.raymondhill.net/voronoi/
Other
1.02k stars 166 forks source link

Missing local var #8

Closed ncannasse closed 11 years ago

ncannasse commented 11 years ago

While porting the code to Haxe, I noticed that you're missing a local "var v" in getBbox loop.

ncannasse commented 11 years ago

Actually "vx" and "vy" too

ncannasse commented 11 years ago

Another one in "pointIntersection" (halfedge)