3 lines
No EOL
71 B
Text
3 lines
No EOL
71 B
Text
Function Lerp (v0, v1, t)
|
|
Lerp = (1 - t) * v0 + t * v1
|
|
End Function |