Linear transformations are often used in computer graphics to simulate the motion of an object. They can be computed using a matrix-vector product of the form $$T(\vec x) = A\vec x$$ where $\vec x$ is a vector that represents a…Continue readingApplying Matrix Multiplication to 2D Computer Graphics