cpvtoangle   xtlang


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

Implementation

(bind-func cpvtoangle
  (lambda (v1:cpVect)
    (atan2 (tref v1 1) (tref v1 0))))


Back to Index