backward method

Vector3 backward()

Implementation

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