phaser/src/utils
Richard Davey 1a2a255904 Matrix Translation fixes
* `Array.Matrix.RotateLeft` was missing the `total` parameter, which controls how many times to rotate the matrix.
* `Array.Matrix.RotateRight` was missing the `total` parameter, which controls how many times to rotate the matrix.
* `Array.Matrix.TranslateMatrix` didn't work with any translation values above 1 due to missing parameters in `RotateLeft` and `RotateRight`
2023-06-29 21:14:21 +01:00
..
array Matrix Translation fixes 2023-06-29 21:14:21 +01:00
base64 Updated copyright year 2023-01-02 17:36:27 +00:00
object Updated copyright year 2023-01-02 17:36:27 +00:00
string Updated copyright year 2023-01-02 17:36:27 +00:00
Class.js Updated copyright year 2023-01-02 17:36:27 +00:00
index.js Updated copyright year 2023-01-02 17:36:27 +00:00
NOOP.js Updated copyright year 2023-01-02 17:36:27 +00:00
NULL.js Updated copyright year 2023-01-02 17:36:27 +00:00