Construct a new vector with the specified values.
factory Vector4(double x, double y, double z, double w) => Vector4.zero()..setValues(x, y, z, w);