I am trying to create some squares and it is failing with a typeError:
polarSquares(8,4,160);

p5.Polar.min.js:2 Uncaught TypeError: this.square is not a function
It fails in PolarSquare:

I am not sure what the cause of this could be, I would appreciate some help about it
I am trying to create some squares and it is failing with a typeError:
polarSquares(8,4,160);
p5.Polar.min.js:2 Uncaught TypeError: this.square is not a function
It fails in PolarSquare:

I am not sure what the cause of this could be, I would appreciate some help about it