lerp(value: number, dest: number, amount: number): number
Lerp a value to the destination value with the given amount.
value: number
dest: number
amount: number
Lerp a value to the destination value with the given amount.