Rotation Pivot?

hi there ! , Any Comment, Suggestion or Idea on how to Change the Rotation Pivot of an Image or Basic Shape (img, primitive or vertex) ??

Hello,

There are resources (tutorials, references and examples) here:
https://processing.org/

Mode for shapes:
https://processing.org/reference/shapeMode_.html

Mode for images:
https://processing.org/reference/imageMode_.html

Vertices will require some ingenuity.

:)

General order is

translate
rotate

and imageMode is important here

It may be worth looking at the excellent nub library by Jean Pierre Charalambos aka nakednous.