mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
moving getting started to the books subfolder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Example 03-07 from "Getting Started with Processing"
|
||||
// by Reas & Fry. O'Reilly / Make 2010
|
||||
|
||||
size(480, 120);
|
||||
arc(90, 60, 80, 80, 0, HALF_PI);
|
||||
arc(190, 60, 80, 80, 0, PI+HALF_PI);
|
||||
arc(290, 60, 80, 80, PI, TWO_PI+HALF_PI);
|
||||
arc(390, 60, 80, 80, QUARTER_PI, PI+QUARTER_PI);
|
||||
Reference in New Issue
Block a user