add-velocity-1   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/kinect_fire.xtm

Implementation

(bind-func add-velocity-1
  (lambda (x y amount-x amount-y)
    (fluid-cube-add-velocity (get-fluid-cube-1) x y amount-x amount-y)))


Back to Index