ProtoFlux:Matrix Element

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