Searched defs:LINTERP (Results 1 – 2 of 2) sorted by relevance
97 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) macro
663 LINTERP(GLfloat t, GLfloat out, GLfloat in) in LINTERP() function