Here’s the step-by-step breakdown of combining the transformations and applying them to the point :
Combining Scaling and Rotation
First, we multiply the rotation and scaling matrices:
Adding Translation
Next, we incorporate translation by multiplying the result with the translation matrix:
Applying to a Point (P)
Lastly, applying this combined matrix to a point gives us the new position:
Thus, the original point is transformed to after applying the scaling, rotation, and translation in one combined step.