My linear algebra skills are seriously rusty, so hopefully someone can help me a bit. So, I do have a 3d-path made out of line segments that goes from $A$ to $B$ and want to transform it so it goes from $C$ to $D$ but looks otherwise like the original.
I would think there must be a linear transform that would do the trick. But to me it seems like two target points are too little to calculate a transform that could potentially have translation, rotation and scaling components.
Am I wrong? How would I go about finding the solution if there is one?