Lerping vs larping Thread #62

9 replies · 75 views
Post #1
I'm on team lerp
welcome to atoll 😈 😈 😈
Post #2
so much larp it's a crime
Post #3
Lerp is RT culture
Shut the Gates!
Post #4
Lerp is short for linear interpolation btw and its used for transitioning one point to another
welcome to atoll 😈 😈 😈
Post #5
boring linear interpolation
I love pringles
Post #6
Lerp
Oarp
(real)
Post #7
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!
Post #8
informative
(real)
Post #9
its so bad
I love pringles
Sign in with Roblox to reply to this thread.