A scaling transformation alters the scale of an
object. Suppose a point (x,y) is transformed to the
point (x',y') by a scaling with scaling factors Sx
and Sy, then:
            x'  =  x Sx
            y'  =  y Sy
          z'  =  z S
A uniform scaling is produced if Sx = Sy = Sz .