ArrayUnpack3 Op
splits a xyz array into 3 individual arrays
Summary (oneliner)
<p>An array of xyz is split into 3 individual arrays. Use <a href="/op/Ops.Array.ArrayPack3">Ops.Array.ArrayPack3</a> to join them together again.</p>
Full Name
- Ops.Array.ArrayUnpack3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Array3 Example
INPUT PORTS
Array in xyz (Array)
<p>The array to unpack</p>
OUTPUT PORTS
Array 1 out (Array)
<p>array x out</p>
Array 2 out (Array)
<p>array y out</p>
Array 3 out (Array)
<p>array z out</p>
Array lengths (Number)