This document summarizes basic 2D and 3D transformations including translation, rotation, scaling, and perspective transformations. It discusses how multiple transformations can be represented by a single 4x4 transformation matrix and how the order of transformations is important as matrix operations are non-commutative. It also provides an overview of the image formation process through a pinhole camera model and how this relates cartesian and homogeneous coordinate systems.
Related topics: