# File lib/eymiha/math3/point3.rb, line 237
    def unit!(x=1,y=1,z=1)
      scale!(1/modulus)
    end