# File lib/eymiha/math3/math3.rb, line 78
    def quaternion(axis=origin,real=0)
      Quaternion.new(axis,real)
    end