mathApproach

Category: Mathematics

Syntax:

mathApproach:Double(current:Double, target:Double, step:Double)


Parameters

Returns

Double



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn