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
The comment in the code below is wrong, Icosahedron is a polyhedron, not a polygon.
pushMatrix(); translate(width*0.5, height*0.5); rotate(frameCount / 50.0); polygon(0, 0, 80, 20); // Icosahedron popMatrix();
https://processing.org/examples/regularpolygon.html
It should say "Icosagon" or "20 sided polygon".
The text was updated successfully, but these errors were encountered:
RegularPolygon example -- fix comment
1a638db
Closes processing#802
Yep. That's true! Thanks for noticing and reporting.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue description
The comment in the code below is wrong, Icosahedron is a polyhedron, not a polygon.
URL(s) of affected page(s)
https://processing.org/examples/regularpolygon.html
Proposed fix
It should say "Icosagon" or "20 sided polygon".
The text was updated successfully, but these errors were encountered: