Quaternions and Rotations

24 Views Asked by At

I have 2 points in 3d space ,point A= <5,3,6> and B=<8,2,3>

I want to rotate "point B" by 30 degree from point A.

how do I solve this question using quaternion.

Plz, explain the steps....