ProtoFlux:UnpackColumns

From Resonite Wiki
(Redirected from ProtoFlux:Unpack Columns)
Unpack Columns
Matrix
Column0
Column1
Matrix
Unpack Columns
Matrix
Column0
Column1
Column2
Matrix
Unpack Columns
Matrix
Column0
Column1
Column2
Column3
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.