Vector4 set(num x, num y, num z, num w) { this.x = x; this.y = y; this.z = z; this.w = w; return this; }