isFullyOutside method

bool isFullyOutside()

Implementation

bool isFullyOutside() {
  return getMaxDistance() < 0;
}