I have some object in world space, let\'s say at (0,0,0) and want to rotate it to face (10,10,10).
How do i do this using quaternions?
You may want to use SLERP (Spherical Linear Interpolation). See this article for reference on how to do it in c++