Determine the end points of the translated line:
Let a line AB whose position vectors of end points are
[A] = [1, 2] [B] = [3, 4]
The translations in x and y directions are following
[Tx, Ty] = [2, 3]
Determine the end points of the translated line.
Solution
[ x1 , y1 ] = [1, 2] [ x2 , y2 ] = [3, 4]
x1′ = x1 + Tx = 1 + 2 = 3 x2′ = x2 + Tx = 3 + 2 = 5
y1′ = y1 + Ty = 2 + 3 = 5 y2′ = y2 + Ty = 4 + 3 = 7
OL : Original Line
TL : Transformed Line
Figure
∴ The point A & B have been translated respectively to [3, 5] and [5, 7].