# File ../lib/fox/core.rb, line 87
    def /(other)
      FXPoint.new(self.x/other, self.y/other)
    end