Created a page for the Unpack Columns node. |
m YoshBot moved page ProtoFlux:Unpack Columns to ProtoFlux:UnpackColumns: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:38, 21 August 2025
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.