hasIntersection method

bool hasIntersection()

Implementation

bool hasIntersection() {
  return _hasIntersection;
}