var vectc = function(a,b) { return Point3Dc(b.getX3D()-a.getX3D(),b.getY3D()-a.getY3D(),b.getZ3D()-a.getZ3D()); };