hasInteriorIntersection method

bool hasInteriorIntersection()

An interior intersection is an intersection which is in the interior of some segment.

Implementation

bool hasInteriorIntersection() {
  return hasInterior;
}