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