cpvlength   xtlang


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

Implementation

(bind-func cpvlength
  (lambda (v:cpVect)
    (sqrt (cpvdot v v))))


Back to Index

Similar Entries