vector-multiplication

Why am I getting two different answers with quaternion-vector multiplication

Why am I getting two different answers with quaternion-vector multiplication Question: I am trying to multiply a quaternion with a vector following the formula q * v * q_conjugate(q) I found in this thread. When I run the following code in Python, I get an output that looks correct. However, when I run the code …

Total answers: 1