ProtoFlux:Matrix Element

From Resonite Wiki
Get Matrix Element
Matrix
*
Row
Column
Matrix

The Matrix Element node takes in a matrix with a row and column, then returns the selected value within the matrix table using the provided row and column. The matrix table is 0-based indexed.

Inputs

Matrix (Pseudo-Generic)

The matrix we are searching through.

Row (int)

The row we want to check.

Column (int)

The column we want to check.

Outputs

* (Pseudo-Generic)

Returns the value in the matrix table from the provided row and column.

See Also

  • Wikipedia's definition of a matrix.