Lerp

This function performs a linear interpolation between two values. The amount value controls what percent of the start and stop values the returned value consists of.

Syntax

Parameters

Returns

Returns the interpolated value.