Translate rect so it is relative to the top-left position (goes inside of) another rect.
Rect translateRelativeToRect(Rect otherRect) { return translateRelativeToCoordinate( otherRect.getTopLeft() ); }