Variable vec3.x

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