OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.getMatrixValueAt
Matrix value

Description
Gets a value from a matrix over two indices.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Matrix from which the value is retrieved |
| 1 | Index A | Number | Index A |
| 2 | Index B | Number | Index B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Value | Double | output value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself