ProtoFlux:Unpack Rows

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