x = $x; $this->y = $y; } public function __toString() { return "({$this->x}, {$this->y})"; } }