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

/yui3/build/matrix/
H A Dmatrix-debug.js7 * @property _rounder
10 _rounder: 100000,
19 val = Math.round(val * MatrixUtil._rounder) / MatrixUtil._rounder;
498 * @property _rounder
501 _rounder: 100000,
597 val = Math.round(val * this._rounder) / this._rounder;
/yui3/src/matrix/js/
H A DMatrix.js17 * @property _rounder
20 _rounder: 100000,
116 val = Math.round(val * this._rounder) / this._rounder;
H A DMatrixUtil.js5 * @property _rounder
8 _rounder: 100000,
17 val = Math.round(val * MatrixUtil._rounder) / MatrixUtil._rounder;

Completed in 19 milliseconds