Functiondojox.gfx3d.Object.setTransform

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

sets a transformation matrix

Usage

function (matrix) (view source)
parametertypedescription
matrix a matrix or a matrix-like object (see an argument of dojox.gfx3d.matrix.Matrix constructor for a list of acceptable arguments)

PropertiesBack to top

a matrix or a matrix-like object (see an argument of dojox.gfx3d.matrix.Matrix constructor for a list of acceptable arguments)