dojox.gfx3d.Path3d._collectArgs
dojo.require("dojox.gfx3d.object");
defined in dojox/gfx3d/object.js
converts an array of arguments to plain numeric values
parameter | type | description |
---|---|---|
array | Array | an output argument (array of numbers) |
args | Array | an input argument (can be values of Boolean, Number, dojox.gfx.Point, or an embedded array of them) |