Variable vec3.z

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