Hello,
In the example below I compute a quaternion of rotation from U vector to V vector. After that, I create a new vector U2 that is initialized to U and then rotated by the quaternion. Thus U2 should be V, but that is not the case
Please let me know what I am doing wrong
thank you