1. Transformation matrices represent coordinate transformations between different coordinate frames attached to rigid objects. They relate the coordinates of a point in one frame to its coordinates in another frame.
2. Rotation matrices specifically describe the orientation of one coordinate frame relative to another. They rotate vectors from one frame to another.
3. Homogeneous transformations combine rotations and translations into a single matrix operation to transform between frames attached to rigid objects that have undergone rotation and translation.