Computer Science, asked by dubey9095, 1 year ago

Difference between uniform scaling and differential scaling in computer graphics

Answers

Answered by Answers4u
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