rotate(angle) → {Phaser.Matrix}
Applies a rotation transformation to this matrix.
Parameters
| Name | Type | Description |
|---|---|---|
angle | number | The angle to rotate by, given in radians. |
Returns
This Matrix object.
- Source code: geom/Matrix.js (Line 318)
rotate(angle) → {Phaser.Matrix}
Applies a rotation transformation to this matrix.
| Name | Type | Description |
|---|---|---|
angle | number | The angle to rotate by, given in radians. |
This Matrix object.
Please login to continue.