Splits a xyzw array into 4 individual arrays
Summary (oneliner)
An array of xyzw is split into 4 individual arrays.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array in xyzw (Array)
Array in xyzw
Outputs
Array 1 out (Array)
array x out
Array 2 out (Array)
array y out
Array 3 out (Array)
array z out
Array 4 out (Array)
array w out
Array lengths (Number)
Changelog
Ops.Array.ArrayUnpack4x renamed to Ops.Array.ArrayUnpack4 2019-06-21 - pandur | |
now reports an error if array length is not divisible by 4 2019-08-05 - andro |