Array3Iterator Op
Iterates over an array in steps of three and outputs three values
Summary (oneliner)
- Ops.Array.Array3Iterator
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<p>Starts the iteration</p>
<p>The array to iterate over</p>
<p>If bigger then <code>1</code>, values will be skipped, e.g. when <code>Step</code> is <code>2</code> every other triplet will be skipped</p>
OUTPUT PORTS
<p>Triggers for every iteration step (triplet in the array)</p>
<p>The index of the triplet</p>
<p>First value of the current triplet (e.g. x)</p>
<p>Second value of the current triplet (e.g. y)</p>
<p>Third value of the current triplet (e.g. z)</p>