Sets the specified cell in the 4x4 matrix to the specified value.
"matrix3D_var" is a variable referencing a Matrix3D object.
|
"matrix3D_var" is a variable referencing a Matrix3D object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
row | integer | The index of the row. The first row has in index of 0 |
column | integer | The index of the column. The first column has an index of 0 |
value | double | The new cell value. |