fade   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/math.xtm

Implementation

(bind-func fade
  (lambda (t)
    (* t t t (+ (* t (- (* t 6.) 15.)) 10.))))


Back to Index