cpBBArea   xtlang


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

Implementation

(bind-func cpBBArea
  (lambda (bb:cpBB)
    (* (- (tref bb 2) (tref bb 0)) (- (tref bb 3) (tref bb 1)))))


Back to Index