cpBBIntersectsSegment   xtlang


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

Implementation

(bind-func cpBBIntersectsSegment
  (lambda (bb:cpBB a:cpVect b:cpVect)
    (convert (<> CPFLOAT_MAX (cpBBSegmentQuery bb a b)) cpBool)))


Back to Index