dojox.gfx3d.vector.normalize
dojo.require("dojox.gfx3d.vector");
defined in dojox/gfx3d/vector.js
find the normal of the implicit surface
Usage
function (/*Array*/ a, b, c) (view source)
parameter | type | description |
---|---|---|
a | Array | Object a point |
b | Object a point | |
c | Object a point |