var somme = function(a,b) { return Point3D(a.getX3D()+b.getX3D(),a.getY3D()+b.getY3D(),a.getZ3D()+b.getZ3D()); };