Matrix

new Matrix()

The Matrix class is now an object, which makes it a lot faster, here is a representation of it : | a | b | tx| | c | d | ty| | 0 | 0 | 1 |

Source - geom/Matrix.js, line 15

Members

a :Number

Default Value:
  • 1
Source - geom/Matrix.js, line 22

b :Number

Default Value:
  • 0
Source - geom/Matrix.js, line 29

c :Number

Default Value:
  • 0
Source - geom/Matrix.js, line 36

d :Number

Default Value:
  • 1
Source - geom/Matrix.js, line 43

tx :Number

Default Value:
  • 0
Source - geom/Matrix.js, line 50

ty :Number

Default Value:
  • 0
Source - geom/Matrix.js, line 57

<readonly> type :number

The const type of this object.

Source - geom/Matrix.js, line 63
Phaser Copyright © 2012-2015 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-alpha10 on Thu Mar 26 2015 02:53:48 GMT+0000 (GMT Standard Time) using the DocStrap template.