Unity Lerp
Vector3.Lerp(Vector3 start, Vector3 end, float time_passed/duration);
Funny Fly
Vector3.Lerp(Vector3 start, Vector3 end, float time_passed/duration);
lerpValue = Mathf.Lerp(minValue, maxValue, interpolationPoint);