myMatrix.multiply( otherMatrix ) in Anark Studio 2.5
Multiply two matrices.
Arguments
| name | type | description |
|---|---|---|
| otherMatrix | Matrix | The matrix to be multiplied wi |
- Return Type
- (none)
Description
The given matrix is right-multiplied into the current matrix, modifying the original.