Category: Mathematics
Syntax:
mathApproach:Double(current:Double, target:Double, step:Double)
Double
Moves current value towards target by a maximum step amount.
Takes current (starting value), target (destination value), step (maximum movement per call).
Returns a value moved from current towards target by at most step units.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn