intersects method

bool intersects()

Reports whether it can be concluded that an intersection occurs, or whether further testing is required.

@return true if an intersection must occur or false if no conclusion about intersection can be made

Implementation

bool intersects() {
  return _intersects;
}