lerp
fun lerp(a: <Error class: unknown class>, b: <Error class: unknown class>, t: <Error class: unknown class>): <Error class: unknown class>
Computes the linear interpolation between @a and @b for @t.
Return
the computed value
Parameters
a
the start
b
the end
t
the interpolation rate