Category: Mathematics
Syntax:
mathLerp:Double(a:Double, b:Double, t:Double)
Double
Linearly interpolates between two values.
Takes a (start value), b (end value), t (interpolation factor).
Returns a value between a and b based on interpolation factor t.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn