inline Rect<T>& SetLerp(const Rect<T>& a, const Rect<T>& b, T t);
SetLerp set to a + (b - a) * t
A Rect reference to the lerp of the Rect.