toVector3 method

Vector3 toVector3()

Returns this flatbuffer vec3 as a vector_math Vector3.

Implementation

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