0
26kviews
Derive 2D transformation matrix for fixed point scaling.
1 Answer
written 6.8 years ago by |
Solution:-
To determine the general form of the scaling matrix with respect to a fixed point P (h, k) we have to perform three steps:
Translate point P(h, k) at the origin by performing translation (T1).
Scale the point or object by performing scaling (S).
Translate the origin back by performing reverse translation (T2).
Therefore, the general form of the scaling matrix is a composition of T1 S T2 matrices. It can be given as