Variable Vector.w

The components of the vector

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