toQuant method

Quaternion toQuant()

Implementation

Quaternion toQuant(){
  return Quaternion(x,y,z);
}