Google

# File ../lib/fox/core.rb, line 83
    def *(other)

      FXPoint.new(other*self.x, other*self.y)

    end