topical media & game development
graphic-processing-learning-09-example-9-3-example-9-3.pde / pde
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Example 9-3: Initializing the elements of an array all at once
int[] arrayOfInts = {1,5,8,9,4,5};
float[] floatArray = {1.2,3.5,2.0,3.4123,9.9};
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.