Searched refs:_round (Results 1 - 3 of 3) sorted by relevance

/yui3/src/matrix/js/
H A DMatrixUtil.js13 * @method _round
16 _round: function(val) {
194 matrix[i][j] = MatrixUtil._round(matrix[i][j] * multiplier);
323 sx = MatrixUtil._round(Math.sqrt(a * a + b * b));
327 shear = MatrixUtil._round(a * c + b * d);
331 sy = MatrixUtil._round(Math.sqrt(c * c + d * d));
346 shear = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan(shear)));
347 rotate = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan2(matrix[1][0], matrix[0][0])));
H A DMatrix.js112 * @method _round
115 _round: function(val) {
166 x = this._round(Math.tan(this.angle2rad(x)));
171 y = this._round(Math.tan(this.angle2rad(y)));
297 sin = this._round(Math.sin(rad)),
298 cos = this._round(Math.cos(rad));
/yui3/build/matrix/
H A Dmatrix-debug.js15 * @method _round
18 _round: function(val) {
196 matrix[i][j] = MatrixUtil._round(matrix[i][j] * multiplier);
325 sx = MatrixUtil._round(Math.sqrt(a * a + b * b));
329 shear = MatrixUtil._round(a * c + b * d);
333 sy = MatrixUtil._round(Math.sqrt(c * c + d * d));
348 shear = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan(shear)));
349 rotate = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan2(matrix[1][0], matrix[0][0])));
593 * @method _round
596 _round
[all...]

Completed in 30 milliseconds