Variable Vector3.x

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