dojox.gfx3d.matrix.normalize
dojo.require("dojox.gfx3d.matrix");
defined in dojox/gfx3d/matrix.js
Converts any 3D matrix-like object or an array of such objects to a valid dojox.gfx3d.matrix.Matrix3D object.
Usage
function (/*Object*/ matrix) (view source)
parameter | type | description |
---|---|---|
matrix | Object | an object, which is converted to a matrix, if necessary |