so much larp it's a crime
Lerp is short for linear interpolation btw and its used for transitioning one point to another
welcome to atoll 😈 😈 😈
boring linear interpolation
I love pringles
Lerp is shorthand for Linear Interpolation, a method to find a value between two points based on a percentage or ratio.
Definition and Formula
Lerp, short for linear interpolation, is a mathematical technique used to calculate a value that lies between two known values. The basic formula is:
lerp(start, end, t) = start + t * (end - start)
Here:
start is the initial value
end is the target value
t is a parameter between 0 and 1 representing the fraction of the distance from start to end
For example, if start = 10, end = 20, and t = 0.25, the interpolated value is 12.5, which is 25% of the way from 10 to 20.
Shut the Gates!