MCPcopy Index your code
hub / github.com/phaserjs/phaser / createIdentityMatrix

Function createIdentityMatrix

tests/gameobjects/particles/Particle.test.js:78–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78function createIdentityMatrix ()
79{
80 return {
81 scaleX: 1,
82 scaleY: 1,
83 transformPoint: function (x, y, point)
84 {
85 point.x = x;
86 point.y = y;
87 return point;
88 }
89 };
90}
91
92function createFullMockEmitter ()
93{

Callers 2

createFullMockEmitterFunction · 0.85
Particle.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…