Variable Vector.x

The components of the vector

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