Math

English

Lerping Lemmings

In programming, game development, and math, LERP is short for “Linear Interpolation”. It is a method used to smoothly find a value or point that sits at a specific percentage (usually between 0.0 and 1.0) on a straight line between two other values or points.

Scroll to Top