# File lib/eymiha/math3/point3.rb, line 193
    def multiply(x=1,y=1,z=1)
      point3.multiply!(x,y,z)
    end