Structure of the Transforms Matrix

  • The upper left corner is the rotation matrix
  • The right side is the translation vector
  • The lower left corner is vector
  • The lower right corner is

This set of transformation matrices forms the special Euclidean group:

Here, the rotation matrix is using the same special orthogonal group definition from Rotation Matrix.

Inverse

The inverse of the transform matrix also represents an inverse transformation:

Notation

  • We use to represent the transformation from to .
  • When using , we use homogeneous coordinates.
  • When using , we use non-homogeneous coordinates.
  • If they are written in the same equation, it is assumed that the conversion from homogeneous coordinates to normal coordinates is already done