forward method

Vector3 forward()

Implementation

Vector3 forward() {
  return rot.asRotationMatrix().forward;
}