Variable Vector.components

The components of the vector

class Vector
{
  // ...
  T[dimensions] components ;
  // ...
}