cpTransformScale   xtlang


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

Implementation

(bind-func cpTransformScale
  (lambda (scaleX:cpFloat scaleY:cpFloat)
    (cpTransformNewTranspose scaleX 0. 0. 0. scaleY 0.)))


Back to Index