Variable Vector2.height

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