Hi,
How to find rotation angles between two vectors?
Lets say Vector A = {0, 1, 0} and B = {1, 0, 0}, the angle between these vectors is 45.
We can find this angle by using combination of dot product and inverse cosine. But I would like to know the rotation vector like {45, 0, 0}
Thanks for your time