Searched refs:tmat (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | X2DFast.js | 167 drawCutEx(cid, tmat, c = 0xffffffff) { argument 173 tmat = tmat.mat; 174 …this.drawCut(pcut, tmat[0][0], tmat[0][1], tmat[1][0], tmat[1][1], tmat[2][2], tmat[3][0], tmat[3]… 190 let tmat = X2DFast.tmpMat.mat; 191 …this.drawCut_(pcut, tmat[0][0], tmat[0][1], tmat[1][0], tmat[1][1], tmat[2][2], tmat[3][0], tmat[3…
|