Linearly interpolates between a and b, based on t. Specifically, it computes Lerp(a, b, t) = a + t*(b - a). This produces a result that changes from a (when t = 0) to b (when t = 1).
A value between a and b determined by t.
PNode Class | UMD.HCIL.Piccolo Namespace