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

/yui3/src/matrix/js/
H A DMatrix.js33 multiply: function(a, b, c, d, dx, dy) {
83 val = val.replace(/matrix/g, "multiply");
150 this.multiply(x, 0, 0, y, 0, 0);
174 this.multiply(1, y, x, 1, 0, 0);
299 this.multiply(cos, sin, 0 - sin, cos, 0, 0);
313 this.multiply(1, 0, 0, 1, x, y);

Completed in 8 milliseconds