Difference between uniform scaling and differential scaling in computer graphics
Answers
Answered by
9
In any computer graphics software, there are 2 scaling factors – sx and sy.
Uniform scaling takes place when both these factors are allocated with the same value.
This is different from Differential Scaling.
Differential scaling takes place when separate values are assigned to the scaling factors, sx and sy. It is more popular and used in most of the designing applications.
Similar questions