shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

Change parameter name from radius to diameter #193

Closed ghufransyed closed 8 years ago

ghufransyed commented 8 years ago

since ellipse function takes width and height as parameters, and height and width of a circle = diameter, not radius. Or we could set ellipseMode to RADIUS in the setup?

shiffman commented 8 years ago

This is great, thank you!