thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Perform bounds checks on parameters #19

Closed thegrandpoobah closed 12 years ago

thegrandpoobah commented 12 years ago

No bounds checking is being performed for any of the parameters right now. Add bounds checking and choose sensible actions for out of bounds parameters (wrap, clamp, exception, whatever).

thegrandpoobah commented 12 years ago

Fixed via 65d0aa6