Array3GetNumbers Op
get 3 values XYZ from an array
Summary (oneliner)
<p>If an array contains : 0,1,2,3,4,5,6,7,8</p> <p>Putting index to 2 returns 3 values 6,7,8</p>
Full Name
- Ops.Array.Array3GetNumbers
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Array3GetNumbers example
INPUT PORTS
Array (Array)
<p>The array to get the values from</p>
Index (Number:
<i>integer</i>
)<p>The index to look up</p>
OUTPUT PORTS
X (Number)
<p>The X component from the index look up</p>
Y (Number)
<p>The Y component from the index look up</p>
Z (Number)
<p>The Z component from the index look up</p>