Functiondojox.gfx3d.matrix.scale

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

The resulting matrix is used to scale (magnify) points by specified offsets.

Usage

function (/*Number*/ a, /*Number*/ b, /*Number*/ c) (view source)
parametertypedescription
aNumbera scaling factor used for the x coordinate
bNumbera scaling factor used for the y coordinate
cNumbera scaling factor used for the z coordinate