Searched defs:rad2deg (Results 1 - 1 of 1) sorted by relevance

/yui3/src/matrix/js/
H A DMatrixUtil.js23 * @method rad2deg
27 rad2deg: function(rad) {
346 shear = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan(shear)));
347 rotate = MatrixUtil._round(MatrixUtil.rad2deg(Math.atan2(matrix[1][0], matrix[0][0])));

Completed in 680 milliseconds