dojox.gfx3d.Object.applyRightTransform
dojo.require("dojox.gfx3d.object");
defined in dojox/gfx3d/object.js
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
Usage
function (matrix) (view source)
parameter | type | description |
---|---|---|
matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |