Variable Vector.y

The components of the vector

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