0
27kviews
Derive 2D transformation matrix for fixed point scaling.
1 Answer
written 7.1 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 …