append(matrix) → {Phaser.Matrix}
Appends the given Matrix to this Matrix.
Parameters
Name | Type | Description |
---|---|---|
matrix | Phaser.Matrix | The matrix to append to this one. |
Returns
This Matrix object.
- Source code: geom/Matrix.js (Line 345)
append(matrix) → {Phaser.Matrix}
Appends the given Matrix to this Matrix.
Name | Type | Description |
---|---|---|
matrix | Phaser.Matrix | The matrix to append to this one. |
This Matrix object.
Please login to continue.