Module ultraviolet::interp

source ·
Expand description

Interpolation on types for which it makes sense.

Traits

  • Pure linear interpolation, i.e. (1.0 - t) * self + (t) * end.
  • Spherical-linear interpolation.