beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayUnpack3 Op



ArrayUnpack3
Namespace: Ops.Array

Op author: andro

Test Patches: 1 Test

splits a xyz array into 3 individual arrays


An array of xyz is split into 3 individual arrays.
Use Ops.Array.ArrayPack3 to join them together again.



Inputs

Array in xyz (Array)

The array to unpack

Outputs

Array 1 out (Array)

array x out

Array 2 out (Array)

array y out

Array 3 out (Array)

array z out

Array lengths (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using ArrayUnpack3

  • Examples (3)
  • Public
  • My Patches

Changelog


Now reports an error if array length is not divisible by 3
2019-08-05 - andro