Sets the given vector "result" with the result of the linear interpolation from the vector "start" for "amount" to the vector "end"
defines the start value
defines the end value
max defines amount between both (between 0 and 1)
defines the Vector3 where to store the result
Sets the given vector "result" with the result of the linear interpolation from the vector "start" for "amount" to the vector "end"