def __iadd__(self, other):
        """Adds to the x and y coordinates.

        See :fn:`__add__` for documentation on how `other` will be processed.