right method

Vector3 right()

Implementation

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