Dozed12 / p5.voronoi

A Voronoi library for p5.js
MIT License
128 stars 18 forks source link

return random point given cell ID #2

Closed trhi closed 4 years ago

trhi commented 4 years ago

Suggestion for a function.

Returns a random point within the cell given the cell ID.

Doable?

Dozed12 commented 4 years ago

An interesting suggestion but perhaps outside the scope of the library since this can be summarized as getting a random point inside a convex polygon, which isn't voronoi specific.

This is usually done by: