MCPcopy Index your code
hub / github.com/aterrien/jQuery-Knob / createMatrixIdentity

Function createMatrixIdentity

excanvas.js:204–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 function createMatrixIdentity() {
205 return [
206 [1, 0, 0],
207 [0, 1, 0],
208 [0, 0, 1]
209 ];
210 }
211
212 function matrixMultiply(m1, m2) {
213 var result = createMatrixIdentity();

Callers 3

matrixMultiplyFunction · 0.85
excanvas.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…