ProtoFlux:UnpackRows: Difference between revisions

From Resonite Wiki
Created a page for the Unpack Rows node.
 
m YoshBot moved page ProtoFlux:Unpack Rows to ProtoFlux:UnpackRows: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:38, 21 August 2025

Unpack Rows
Matrix
Row0
Row1
Matrix
Unpack Rows
Matrix
Row0
Row1
Row2
Matrix
Unpack Rows
Matrix
Row0
Row1
Row2
Row3
Matrix

The Unpack Rows node takes in a matrix value and separates the data into "rows". The individual outputs from the matrix table comes from top to bottom.

Inputs

Matrix (Pseudo-Generic)

The matrix value.

Outputs

Row0 (Pseudo-Generic)

Returns the first row of the matrix.

Row1 (Pseudo-Generic)

Returns the second row of the matrix.

Row2 (Pseudo-Generic)

Returns the third row of the matrix.

Row3 (Pseudo-Generic)

Returns the fourth row of the matrix.

See Also

  • Wikipedia's definition of a matrix.