copyUpTo method

void copyUpTo(
  1. Vector3 out
)

Implementation

void copyUpTo(Vector3 out) {
  out.setValues(0, 1, 0);
  _rotation.rotate(out);
}