i need to position several clips (which are inside a rotated 3d clip) in a flat way facing the viewer, without rotating the parent clip.
if it was a geometry question, it would sound look like this:
i have several points positioned along a horizontal line, like - (a,0), (b,0), (c,0), …
i need to position the line (or collection of points) as a tangent to a circle at any given point, while preserving the distance between the points,
and get the new coordinates of each point.
the point (relative to the line) where the line touches the circle is (0,0)
the point on the circle varies
the circle’s center is (0,0), radius of say, 10.
a drawing which might illustrate it a bit
any help would be very greatly appreciated
thanks,
michael