hasProperInteriorIntersection method

bool hasProperInteriorIntersection()

A proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this SegmentIntersector.

Implementation

bool hasProperInteriorIntersection() {
  return _hasProperInterior;
}