diff options
author | David Runge <dave@sleepmap.de> | 2015-12-30 20:00:14 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-12-30 20:00:14 +0100 |
commit | 4d0d0ecfe42cd1cfe7c7a1b73e54250b073f1542 (patch) | |
tree | f5016988272e177c0949e9c1a8e723e5ac0869d2 | |
parent | 2410cb823929472f5d3eba81cf36992e85a9e04e (diff) | |
download | processing-sketchbook-4d0d0ecfe42cd1cfe7c7a1b73e54250b073f1542.tar.gz processing-sketchbook-4d0d0ecfe42cd1cfe7c7a1b73e54250b073f1542.tar.bz2 processing-sketchbook-4d0d0ecfe42cd1cfe7c7a1b73e54250b073f1542.tar.xz processing-sketchbook-4d0d0ecfe42cd1cfe7c7a1b73e54250b073f1542.zip |
AutoVisual/IGPFamily.pde: Removing stale comments.
-rw-r--r-- | AutoVisual/IGPFamily.pde | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AutoVisual/IGPFamily.pde b/AutoVisual/IGPFamily.pde index a130c64..4306a02 100644 --- a/AutoVisual/IGPFamily.pde +++ b/AutoVisual/IGPFamily.pde @@ -13,7 +13,6 @@ class IGPFamily { mid = new PVector(x, y); diameter = d; radius = d/2; -// setVectorsOnAlphaCircle(); println("New IGP object: x="+mid.x+"/ y="+mid.y+"/ diameter="+diameter); } |