cpBBNewForExtents   xtlang


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

Implementation

(bind-func cpBBNewForExtents
  (lambda (c:cpVect hw:cpFloat hh:cpFloat)
    (cpBB_val (- (tref c 0) hw) (- (tref c 1) hh) (+ (tref c 0) hw) (+ (tref c 1) hh))))


Back to Index