dojox
»
gfx3d
»
lighting
» scale
dojox.gfx3d.lighting.scale
dojo.require("dojox.gfx3d.lighting");
defined in dojox/gfx3d/lighting.js
Usage
function (s, v)
(view source)
return
{
x: s
*
v.
x
, y: s
*
v.
y
, z: s
*
v.
z
}
;
parameter
type
description
s
v