dojox.gfx.matrix.Matrix2D
dojo.require("dojox.gfx.matrix");
defined in dojox/gfx/matrix.js
Normalizes a 2D matrix-like object. If arrays is passed, all objects of the array are normalized and multiplied sequentially.
Usage
function (/*Object*/ arg) (view source)
parameter | type | description |
---|---|---|
arg | Object | a 2D matrix-like object, a number, or an array of such objects |