up method

Vector3 up()

Implementation

Vector3 up() {
  return Vector3(0.0, 1.0, 0.0)..applyQuaternion(rot);
}