[][src]Module ari::math

Functions

bounded_lerp

peforms a linear interpolation between a and b, returning a value that is bounded to [a, b].

lerp

peforms a linear interpolation between a and b.