Reproducing a processing sketch in P5

1

I'm trying to reproduce this processing sketch in P5 js, how do I put the arc in? The code says an arc but it looks more like square. The processing code for the arc - arc(width/2, height/2, sze, sze, incr, incr+ PI/2.0); Can I use the same line in P5?

2

Tagged:

Answers

Sign In or Register to comment.