View on GitHub

ECoS-Documentation

Interpolation Functions

LERP (from, to, t)

Linear interpolation between from and to for t in the interval 0 to 1.

CERP (from, to, t)

Cosine interpolation between from and to for t in the interval 0 to 1.