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

/yui3/src/matrix/js/
H A DMatrix.js2 * Matrix is a class that allows for the manipulation of a transform matrix.
5 * @class Matrix
9 var Matrix = function(config) { class
13 Matrix.prototype = {
242 text = 'progid:DXImageTransform.Microsoft.Matrix(';
337 * Returns a 3x3 Matrix array
447 Y.Matrix = Matrix;

Completed in 15 milliseconds