Inverse transformation

From Robotics
Revision as of 13:42, 17 June 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← Back: Combinations of transformations Overview: Transformations Next: ???

A general homogeneous transformation matrix \mathbf{T} for three-dimensional space consists of a 3-by-3 rotation matrix \mathbf{R} and a 3-by-1 translation vector \vec{\mathbf{p}} combined with the last row of the identity matrix:


\mathbf{T}=
\left[\begin{array}{ccc|c}
 &  &  &  \\ 
 & \mathbf{R} &  & \vec{\mathbf{p}}\\
 & & & \\ \hline
0 & 0 & 0 & 1
\end{array}\right]