ProtoFlux:Unpack Columns

From Resonite Wiki
Revision as of 09:19, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Unpack Columns node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.