clone method

Quat clone()

Clone this Quant

Implementation

Quat clone(){
  return Quat(x,y,z,w);
}