Homogeneous Coordinates Q: How can we represent translation as a 3x3 matrix? x = x + t x ' y = y + t y ' A: Using the rightmost column: 1 0 t x T ranslation = 0 1 t y 0 0 1