Matrix Composition
Rotate by Q around arbitrary point (a,b)
M=T(-a,-b) * R(Q) * T(a,b)
Scale by sx,sy around arbitrary point (a,b)
M=T(-a,-b) * S(sx,sy) * T(a,b)
(a,b)
(a,b)
Previous slide
Next slide
Back to first slide
View graphic version