arc

I wrote this one.

function draw() { arc(50,55,60,60,PI,PI); }

I thought nothing would appear. but It appears half circle like this.

スクリーンショット 2017-02-25 13.23.14

I understand arc(x,y,width,height,start,stop);

Why start and stop are the same arguments but half circle appears?

Tagged:

Answers

Sign In or Register to comment.