Calculates the transition point (t) of a linearly interpolated value
t
First value
Second value
Linearly interpolated value
The transition point t such that lerp(a, b, t) === value
lerp(a, b, t) === value
Calculates the transition point (
t
) of a linearly interpolated value