Given two vectors $A$ and $B$ (with high dimension), and an angle $\alpha$. How can one find the vector $C$ which is $A$ rotated over $\alpha$ in the direction of $B$?
If it changes anything: the vectors $A$ and $B$ could be restricted to positive vectors.
Related questions:
Finding the rotation matrix in n-dimensions, Rotation matrices for arbitrary dimensions, High Dimensional Rotation Matrices As Product of In-Plane Rotations