Functiondojox.gfx3d.matrix.multiply

dojo.require("dojox.gfx3d.matrix");
defined in dojox/gfx3d/matrix.js

combines matrices by multiplying them sequentially in the given order

Usage

function (/*dojox.gfx3d.matrix.Matrix3D...*/ matrix) (view source)
parametertypedescription
matrixdojox.gfx3d.matrix.Matrix3DRepeating. a 3D matrix-like object, all subsequent arguments are matrix-like objects too

a 3D matrix object
fieldtypedescription
.dx 
.dy 
.dz 
.xx 
.xy 
.xz 
.yx 
.yy 
.yz 
.zx 
.zy 
.zz