Variable Vector3.z

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