In this lecture we learnt all about linear interpolation (or LERP for short),
LERPing can be used to find a value that sit between two discrete points and has a variety of different uses, from smoothing the movement of objects to blending between two colors.
What’s your favourite application of LERP?
For your challenge, we have an object that is moving between the points (-4, 3) an (8, 6) over the span of 4 seconds.
And our question is; what is the objects current position after 1, 2, and 3 seconds.
Post your answers below and remember to use the spoiler tags!