We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › What is "lerp" an abbreviation for
Page Index Toggle Pages: 1
What is "lerp" an abbreviation for? (Read 1277 times)
What is "lerp" an abbreviation for?
Sep 11th, 2009, 1:58am
 
I like the little lerp() function, but where does it's name come from?  I tried "linear approximation...", or "line interval...", or "line extrapolation..."  er....

What is "lerp" an abbreviation for?

-R
Re: What is "lerp" an abbreviation for?
Reply #1 - Sep 11th, 2009, 2:21am
 
If i'm not wrong it stands for linear interpolation.

Quote:
The basic operation of linear interpolation between two values is so commonly used in computer graphics that it is sometimes called a lerp in that field's jargon.


http://en.wikipedia.org/wiki/Linear_interpolation
Re: What is "lerp" an abbreviation for?
Reply #2 - Sep 11th, 2009, 4:14am
 
wikipedia says so . Lerp (computing), a quasi-acronym for linear interpolation in computing and mathematics.
Page Index Toggle Pages: 1