Unpack Columns
Matrix
Unpack Columns
Matrix
Unpack Columns
Matrix
The Unpack Columns node takes in a matrix value and separates the data into "columns". The individual outputs from the matrix table comes from left to right.
Inputs
Matrix (Pseudo-Generic)
The matrix value.
Outputs
Column0 (Pseudo-Generic)
Returns the first column of the matrix.
Column1 (Pseudo-Generic)
Returns the second column of the matrix.
Column2 (Pseudo-Generic)
Returns the third column of the matrix.
Column3 (Pseudo-Generic)
Returns the fourth column of the matrix.
See Also
- Wikipedia's definition of a matrix.