mathLerp

Category: Mathematics

Syntax:

mathLerp:Double(a:Double, b:Double, t:Double)


Parameters

Returns

Double



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn