sroze / PHP-Voronoi-algorithm

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

Possible typo #13

Closed colorvamp closed 5 years ago

colorvamp commented 5 years ago

https://github.com/sroze/PHP-Voronoi-algorithm/blob/8d142010cb3a4cca0259ce9777ef04c3a4fbdc8e/src/Nurbs/Delaunay.php#L33

Is this a typo? dont you mean "$point->x" instead of "$point->z"?

Thanks

sroze commented 5 years ago

Great spot!

sroze commented 5 years ago

Fixed in 9dca2c3.