Variable vec2.x

struct vec2
{
  // ...
  float x;
  // ...
}