isEndPoint method

bool isEndPoint()

Implementation

bool isEndPoint() {
  return hasIntersection() && !_isProper;
}