center of the vectors
var l = arguments.length; if(l == 0){ return {x: 0, y: 0, z: 0}; } var v = dojox.gfx3d.vector.sum(arguments); return {x: v.x/l, y: v.y/l, z: v.z/|>l};