ArrayUnpack3 Op

ArrayUnpack3

splits a xyz array into 3 individual arrays


<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
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


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)

Patches using ArrayUnpack3

  • Examples
  • Public
  • My Patches

Changelog


Now reports an error if array length is not divisible by 3user avatarandro - 2019-08-05 16:20