toVector3 method

Vector3 toVector3()

Convert Quant to Vec3

Implementation

Vector3 toVector3(){
  return Vector3(x,y,z);
}