- #1
faribataghavi
- 7
- 0
Hi,
I have a rotated frame (new matrix, T(x,y, z)) and the original frame (old matrix T(X,Y,Z)). I want to use this formula to find the Rotation matrix:
T(x,y, z) = R-1 T(X,Y,Z) R
Is this equation right? how can I calculate R (rotation matrix) in ZYZ order in this equation?
Thank You
I have a rotated frame (new matrix, T(x,y, z)) and the original frame (old matrix T(X,Y,Z)). I want to use this formula to find the Rotation matrix:
T(x,y, z) = R-1 T(X,Y,Z) R
Is this equation right? how can I calculate R (rotation matrix) in ZYZ order in this equation?
Thank You