toVec3 method

Vec3 toVec3()

Convert Quant to Vec3

Implementation

Vec3 toVec3(){
  return Vec3(x,y,z);
}