cpvnear   xtlang


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

Implementation

(bind-func cpvnear
  (lambda (v1:cpVect v2:cpVect dist:cpFloat)
    (convert (< (cpvdistsq v1 v2) (* dist dist)) cpBool)))


Back to Index