Searched refs:_determinant2x2 (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DIMath.js | 895 J3DIMatrix4.prototype._determinant2x2 = function(a, b, c, d) method in J3DIMatrix4 902 return a1 * this._determinant2x2(b2, b3, c2, c3) 903 - b1 * this._determinant2x2(a2, a3, c2, c3) 904 + c1 * this._determinant2x2(a2, a3, b2, b3);
|