public Vector4(Vector2 value, float z, float w) { this.W = w; this.X = value.X; this.Y = value.Y; this.Z = z; }