Variable vec3.y

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