x += $dx; $this->y += $dy; } function __toString() { return "($this->x / $this->y)"; } } ?>