Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 601 Bytes

decentraland-ecs.matrix.addtoref.md

File metadata and controls

21 lines (14 loc) · 601 Bytes

Home > decentraland-ecs > Matrix > addToRef

Matrix.addToRef method

Sets the given matrix "result" to the addition of the current matrix and the given one

Signature:

addToRef(other: Matrix, result: Matrix): Matrix;

Returns: Matrix

the current matrix

Parameters

Parameter Type Description
other Matrix defines the matrix to add
result Matrix defines the target matrix