Variable Vector2.width

struct Vector2
{
  // ...
  float width ;
  // ...
}