mathSmoothStep

Category: Mathematics

Syntax:

mathSmoothStep:Double(edge0:Double, edge1:Double, x:Double)


Parameters

Returns

Double



Summary

Smooth Hermite interpolation between 0 and 1.

Takes edge0 (lower edge), edge1 (upper edge), x (input value).

Returns a smooth interpolation between 0 and 1 using Hermite polynomial.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn