I have two 4×4 transformation matrices that define two coordinate spaces. I am trying to express a translate transformation in one coordinate space in terms of the other. Can anyone point me in the right direction?
I have two 4×4 transformation matrices that define two coordinate spaces. I am trying
Share
Let A be the matrix from space a to global space G.
Let B be the matrix from space b to global space G.
Then to get from a to b we first transform with A to get into G and then with B^-1 (the inverse of B) to get from G to b. Hence