toVM64 method

Vector3 toVM64()

Implementation

vm64.Vector3 toVM64() {
  return vm64.Vector3(x, y, z);
}