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

/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 20 milliseconds