Voronoi diagram: Difference between revisions

Line 810:
=={{header|Lua}}==
{{libheader|LÖVE}}
This was adapted from the Python implementation to work with Lua/LÖVE. Credit for the algorithm goes to the author of that section.
<lang lua>
function love.load()