Linear interpolation is all about drawing a line between two points. This example demonstrates the consepts of using linear interpolation with lookup tables to create custom piecewise linear functions.
A line between two points is called a line segment. You can consider one point as the...