I have a question with regard to the geometry.rotate node. I have a sequence of points (let’s say, 10 equally spaced points with a step of 1), and a would like to rotate this sequence multiple times around the same origin. how can i do this?
when I use a sequence containing the angles for rotation, each point of the geometry point sequence is rotated with a different angle, instead of rotating all the points multiple times. Can anyone tell me what is a good way to do this?
Thanks in advance!