Skip to content

Commit 3a8d755

Browse files
author
idlework
committed
removed a println
1 parent 79db066 commit 3a8d755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GenerativeTree.pde

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ class Branch {
9999
double length = (Math.random() * 8) + 4;
100100
angle += PI / 180 * ((Math.random() * 30) -15);
101101

102-
println(PI / 180);
103-
104102
PVector newPosition = position.get();
105103
newPosition.x += length * Math.cos(angle);
106104
newPosition.y += length * Math.sin(angle);

0 commit comments

Comments
 (0)