Searched refs:mat (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XMat4.js | 22 return this.mat; 25 this.mat = [ property 36 this.mat[i][j] = m.mat[i][j]; 44 this.mat[1][1] = _cos; 45 this.mat[1][2] = -_sin; 46 this.mat[2][1] = _sin; 47 this.mat[2][2] = _cos; 53 this.mat[0][0] = _cos; 54 this.mat[0][2] = -_sin; 55 this.mat[2][0] = _sin; [all …]
|
D | X2DFast.js | 45 let tm = X2DFast.transform2D.mat; 173 tmat = tmat.mat; 190 let tmat = X2DFast.tmpMat.mat;
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 85158 …var nat, rat, oat, aat, lat, hat, cat, uat, _at, dat, pat, mat, fat, gat, yat, bat, Sat, Aat, Tat,… 85163 hat = ph(), cat = lh(), uat = ph(), _at = lh(), dat = rh(), pat = ph(), mat = lh(), 85249 this.mat = void 0; 85254 this.mat = new qi; property 85396 Pi.transformMat4(t.position, t.position, this.mat); 85405 qi.fromRTS(this.mat, this.quat, this._position, this._scale); 85427 …Bl(llt.prototype, "angle", [ pat, mat, fat ], Object.getOwnPropertyDescriptor(llt.prototype, "angl…
|