ProtoFlux:UnpackRows

From Resonite Wiki
(Redirected from ProtoFlux:Unpack Rows)
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.