Using Lerp properly
Lerp is the term for “Linear Interpolation“.
In short, Lerp, in Unity, is for finding a desired value between two known values.
As of the time of publishing this article, Lerp is horribly abused and terribly documented, and I would like to redress this, if at all possible.