Set a new position for this vector using x,y,z
Vec3 set(double x, double y, double z ){ this.x = x; this.y = y; this.z = z; return this; }