cpvlerp   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/libchipmunk/cpVect.xtm

Implementation

(bind-func cpvlerp
  (lambda (v1:cpVect v2:cpVect t:cpFloat)
    (cpvadd (cpvmult v1 (- 1.0 t)) (cpvmult v2 t))))


Back to Index

Similar Entries