"Find in Reference" in PDE is since at least Processing 1.0 actually -- so more than ten years? I believe it was part of the early design concept for a learner-centric programming environment. Arduino also took that aspect of the design to their learning IDE based on Processing.
Answers
https://processing.org/reference/beginShape_.html
https://processing.org/reference/translate_.html
https://processing.org/reference/endShape_.html
https://processing.org/reference/curveVertex_.html
I would suggest you translate first, then begin a shape, then add curve vertexes, then finally close your shape.
@mmmm23 -- you can also just right-click on these words in the Processing IDE and select "Find in Reference" to look them up immediately.
@jeremydouglass I didn't know of that feature, it's nice. When did it come?
"Find in Reference" in PDE is since at least Processing 1.0 actually -- so more than ten years? I believe it was part of the early design concept for a learner-centric programming environment. Arduino also took that aspect of the design to their learning IDE based on Processing.
I know so little of the IDEs....