Set the vectors' 3 elements
Vec3 set(double x,double y,double z){ this.x = x; this.y = y; this.z = z; return this; }