-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Issue description
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();
URL(s) of affected page(s)
https://processing.org/examples/regularpolygon.html
Proposed fix
It should say "Icosagon" or "20 sided polygon".
Metadata
Metadata
Assignees
Labels
No labels