A combination of transformations can sometimes be described using a single transformation, eg when a shape is transformed by two consecutive translations, the result can be expressed as a single ...
As seen here we can use 2x2 matrices to performs some 2D transformations (rotations, flips…) but this method has major drawbacks : we can’t perform translation, some transformations lead to unwanted ...