Module enterpolation::easing

source ·
Expand description

Module for easing functions.

Easing function, in the context of this crate, are function which take as only input a real number in [0.0,1.0] and return a real number in [0.0,1.0].

Structs

  • This is just a wrapper for easing functions.
  • Identity as Curve.
  • Plateau is an easing curve which - therefore the name - create constant plateaus if given to an interpolation which works with factors for which an easing function gets applied.

Functions