Transormation Matrix inverse
I have Rotation Matrix(R) and Tranlsation Matrix(T)
they are multiplied together to obtain the Transformation matrix(A). Now when i muliply A by its inverse i recieve an identity matrix...like i should. The same for T,(T*T-1=Identity matrix).
Yet when i create the Transformation Matrix(A=R*T) then create the tranformations inverse(A-1=R-1*T-1) this happens:
(A*A-1=some crazy ass matrix which is def not an identity matrix)....so wtf?!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement