PlateConnectionSolver.do_segments_overlap

static PlateConnectionSolver.do_segments_overlap(segment_a, segment_b)[source]

Checks if two segments overlap.

Parameters:
seg_aSegment

The first segment.

seg_bSegment

The second segment.

tolfloat, optional

Tolerance for overlap check.

Returns:
bool

True if the segments overlap, False otherwise.