Variable Vector.z

The components of the vector

class Vector
{
  // ...
  T z ;
  // ...
}