Variable Vector2.x

struct Vector2
{
  // ...
  float x = 0.00000F;
  // ...
}