sroze / PHP-Voronoi-algorithm

Steven Fortune's algorithm in PHP
31 stars 15 forks source link

Fix usort #15

Open chandon opened 5 years ago

chandon commented 5 years ago

usort is not working like sort in javascript. This fix a major problem of sorting sites.

This fixes issue #14