Math – Linear Interpolate

Use Value Description

Returns value 1 if the factor is 0, value 2 if the factor is 1 and the average of value 1 and value 2 if the factor is 0.5 with everything in-between using interpolation

Math.Lerp


Parameters

Value 1 – The first value

Value 2 – The second value

Factor – The factor of which the value is returned, generally between 0.0 and 1.0


Related Events/Use Values

Math – Logarithmic Interpolate (Use Value)


Does this page need more information? Email Us!