dojox
»
gfx3d
»
vector
» substract
dojox.gfx3d.vector.substract
dojo.require("dojox.gfx3d.vector");
defined in dojox/gfx3d/vector.js
Usage
function (a, b)
(view source)
return
{
x: a.
x
- b.
x
, y: a.
y
- b.
y
, z: a.
z
- b.
z
}
;
parameter
type
description
a
b