add-velocity-2   xtlang


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

Implementation

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


Back to Index