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