Step 1: A rigid-body transformation shifts every point of an object by the same fixed amount. Translation does exactly this.
Step 2: Translation adds a constant offset to each point: \( x' = x + t_x \) and \( y' = y + t_y \). Since the same \( t_x, t_y \) apply to all points, distances and angles between points stay the same.
Step 3: Check the others. Scaling changes size, rotation changes orientation, and shearing skews the shape. Only translation leaves shape, size, and orientation untouched.
Step 4: So the correct answer is Translation.