Changing rotation pivot

Hi everyone,

I am trying to rotate a made up rectangular grid around a fixed point in space. Is there any way to change the rotation pivot so that the rectangle always remains in the centre?

Please see attached patch. (I used cons (translate) but since it didnt have an input for transform, I switched to cons module by kalle)

thanks!

Doros

RoundGrid.v4p (38.5 kB)

No one?
What i am essentially trying to do is make the rectangle I created rotate around a central axis…

applying a rotation on it, it uses one of the angles as the rotation pivot…

any idea how to apply the rotation transform in a way that it uses its center as the pivot?

It’s simple. Just translate it to the pivot before rotate.

also the transform 2D and transform 3d have center pins.