overlapLS method

void overlapLS(
  1. LineSegment seg1,
  2. LineSegment seg2
)

This is a convenience function which can be overridden to obtain the actual line segments which overlap @param seg1 @param seg2

Implementation

void overlapLS(LineSegment seg1, LineSegment seg2) {}