toVector3 method

Vector3 toVector3()

Implementation

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