ProtoFlux:UnpackColumns

From Resonite Wiki
Revision as of 00:38, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Unpack Columns to ProtoFlux:UnpackColumns: Automated: removing spaces from ProtoFlux namespace)
(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.