def __imul__(self, other):
        """Multiplies the x and y coordinates by the value.

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