Hello,
I would like to move points on the radial lines of a circle like can be seen in the attached radial move_1.jpg. I was able to achieve it successfully through a very simple definition where I create vectors from the center to the points which lie on the circle.
now I want to do the same thing with many circles stacked one on top of another where I can control the amplitude of the vectors for each circle. However, I am not able to ensure that the vectors are only drawn in the xy plane. The second image shows the problem.
I have tried approaching it in the following way but am stuck: I want vectors between centers and points only if their z coordinate matches. I have attempted using dispatch but am afraid I did not get too far.
All help is appreciated.
Tags:
- Attachments:
-