add-velocity   xtlang


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

Implementation

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


Back to Index

Similar Entries