Variable Point.y

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