Size::SetLerp

Size::SetLerp
inline Size<T>& SetLerp(const Size<T>& a, const Size<T>& b, T t);
Description

SetLerp set to a + (b - a) * t

Parameters
Parameters 
Description 
const Size<T>& a 
Two-dimensional size 1. 
const Size<T>& b 
Two-dimensional size 2. 
T t 
Amount to interpolate between the values of the two sizes. 
Return Value

A Size reference to the lerp of the Size.