math.lerp
docs.math.lerp
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)
Method Property | Fluent Description | Representation |
a accepts | a Vector | |
b accepts | a Vector | |
t accepts | a Number | |
Return Value | a Vector | |
a a