isProperF method

bool isProperF()

Implementation

bool isProperF() {
  return hasIntersection() && isProper;
}