cpvneg   xtlang


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

Implementation

(bind-func cpvneg
  (lambda (v:cpVect)
    (cpvsub (cpVect_val 0. 0.) v)))


Back to Index