Variable Point.x

struct Point
{
  // ...
  int x;
  // ...
}