We have lerp - for example: lerp(a, b, c)=d
So if i have a, b, d - how should i calcutate c?
Example: i have a timer that ticks from 3 to 0. When the clock is on 1.5 that expression should return 0.5, when the clock is on 0, the expression should return 1.
Is there already an expression on this? Or maybe you can give me a solution?