I am trying to write a script that make a bone rotate with using 2 vectors. v1 = Vector((a1, b1, c1)) v2 = Vector((a2, b2, c2))
I can calculate the angle (W in Blender rotation field) with the formula described this page https://mathwords.net/bekutorunasukaku
However I have no clue what is x, y, z under W, and how to calculate them.
When I rotate a pose bone manually to a particular angle, Blender shows like
W 59゜ X 0.256 Y 0.133 Z -0.958 Axis Angle Mode
Please let me know what's are x, y, z, and how to calculate them with the existing numbers of W, v1, v2.
Thanks for your kind help.

