Information about a program
in
Programming Questions
•
5 months ago
Hi to all.
Program is this -> http://www.openprocessing.org/sketch/29311
can someone explain how it works?
1)What is
Thank's
Program is this -> http://www.openprocessing.org/sketch/29311
can someone explain how it works?
1)What is
CircleButton[][] grid
2)What is
int[][] gridChecker = new int[cols][rows];
3)What is function smooth()?
4)
how was made the grid?Thank's
1