Constructordojox.gfx3d.matrix.Matrix3D

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

Normalizes a 3D matrix-like object. If arrays is passed, all objects of the array are normalized and multiplied sequentially.

Usage

function (/*Object*/ arg) (view source)
parametertypedescription
argObjecta 3D matrix-like object, a number, or an array of such objects

PropertiesBack to top