Composition of transformations
- Order matters! ( rotation * translation ? translation * rotation)
- Composition of transformations = matrix multiplication:if T is a rotation and S is a scaling, then applying scaling first and rotation second is the same as applying transformation given by the matrix TS (note the order).
- Reversing the order does not work in most cases
-