We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@Naveduran Hi, are you able to upload the sketch file to https://editor.p5js.org and then I will take a look!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: