from PikaMath import Quaternion
a=Quaternion()
a.set(0.592,0.158,0.592,0.525)
b=Quaternion()
a.add(b)
a.mul(b)