Linearly interpolates between a and b by amount t. The value t is clamped to the range of [0, 1].
a
b
t
[0, 1]
Linearly interpolates between
a
andb
by amountt
. The valuet
is clamped to the range of[0, 1]
.