Calculates the linear interpolation between a point and a variable.
The point
The variable
const result = Chalkboard.real.lerp([10, 20], 0.25); // Returns 12.5 Copy
const result = Chalkboard.real.lerp([10, 20], 0.25); // Returns 12.5
Calculates the linear interpolation between a point and a variable.