A translation is a straight line movement of an
object from one postion to another.
   A point (x,y) is transformed to the point (x’,y’) by adding the
translation distances Tx and Ty:
                x’ = x + Tx
                y’ = y + Ty
                z’ = z + Tz