Scaling

Changing the size of an object is called a scale. We scale an
object by scaling the x and y coordinates of each vertex in
the object.

x2 = sx*x1
y2 = sy*y1

Elaborate