Others

Linear Interpolation

Linear interpolation is used when we want to calculate a value between two points. Imagine we want to calculate some point, $(x, y)$ that is between two other points $(x_1, y_1)$ and $(x_2, y_2)$.