A way to represent a rotation matrix as a rotation around an x, y and z-axis without Euler angles
In our clinical research, we want to show the difference in the pose of two superimposed forearm bones. To be interpretable for a surgeon, we want to show these rotational differences as rotations around 3 axes. However, Euler angles are not suitable because multiple solutions exist. So we want to describe the rotation when only looking from the front, only from the side, and only from above.
A solution may be to use an axis angel representation with a normalized axis. To show the rotation around the x-axis, the x component of the axis is multiplied by the 3D rotation. By doing so, the rotation is weighted for the x component. This method can by no means describe the transformation between the bones but does describe the isolated differences around each axis.
This seems to work fairly well, but I cannot find any reference to this concept. The only place I could find it is a calculator where it is mentioned as: "Axis with angle magnitude " https://www.andre-gaschler.com/rotationconverter/. Is there any literature that used this to describe a rotation (not too complex)? What is this called? Or is there a better way to do this?
[edit]
To give some more context: We are comparing the pose of a left wrist bone to a right wrist bone. We are interested in the differences in those bones, because differences in bones, results in differences in function. flexion of the wist is likely correlated with a rotation around the y axis of the bone. Therefore, we want to know component of the rotation solely around the Y-axis. (the same goes for the X and Z axis)
kind regards
- closed
- 686 views
- $9.80
Related Questions
- [Linear Algebra] $T$-invariant subspace
- Linear Algebra - Vectors and Linear Systems
- Determine values of some constant which equate linear operators whose linear transformation is through a different basis of the same vector space.
- [ eigenvalues and eigenvectors] Prove that (v1, v2, v3) is a basis of R^3
- Find eigenvalues and eigenvectors of $\begin{pmatrix} -3 & 0 & 2 \\ 1 &-1 &0\\ -2 & -1& 0 \end{pmatrix} $
- Linear algebra
- Find eigenvalues and eigenvectors of $\begin{pmatrix} 1 & 6 & 0 \\ 0& 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} $
- [change of basis] Consider the family β = (1 + x + x 2 , x − x 2 , 2 + x 2 ) of the polynomial space of degree ≤ 2, R2[x].
I don't think the offered bounty is high enough to motivate users to spend time on this question.
I agree with Daniel
I increased the bounty.
So the rotation about x,y,z-axis are given, and you want to do rotations about x,y, z-axis and need the rotation matrix?
No. A rotation matrix is given, and I want to know the 'isolated' X,Y and Z rotations. So the question is: How much of the 3d rotation takes place around the Xaxis? (And y and z axis.) So the rotations should not add up to do the full transformation.
It is then a fairly involved problem, and would take over an hour to answer.
Then I won't have the budget for it. I hoped any of you would have known the concept of "Axis with angle magnitude" as I described and could help me on some literature,