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