Linearly interpolates from its first argument to its second argument, with the third argument as the parameter
Works on both regular numbers, vectors of the same type, and matrices of the same type
overload 1:
math.lerp(a, b, t)
Method Property | Fluent Description | Representation |
a accepts | a Number | |
b accepts | a Number | |
t accepts | a Number | |
Return Value | a Number | |
overload 2:
math.lerp(a, b, t)
overload 3:
math.lerp(a, b, t)
overload 4:
math.lerp(a, b, t)
overload 5:
math.lerp(a, b, t)
Method Property | Fluent Description | Representation |
a accepts | typings.2002444082
b accepts | typings.2002444082
t accepts | a Number | |
Return Value | typings.2002444082
overload 6:
math.lerp(a, b, t)
Method Property | Fluent Description | Representation |
a accepts | typings.2002444083
b accepts | typings.2002444083
t accepts | a Number | |
Return Value | typings.2002444083