fluid-cube-set-last-row   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/fluid2d.xtm

Implementation

;; row set helpers
(bind-func fluid-cube-set-last-row
  (lambda (cube type vals)
    (let ((xN (tref cube 0))
    (yN (tref cube 10)))
      (fluid-cube-set-row cube type (* xN (- yN 2)) vals))))


Back to Index