New method connects() for segments.segment
[Migrated from redmine#588, OP: @duncanmmacleod]
This merge adds a new method connect
to the segments.segment
object. This returns True
when the two segments touch but do not overlap. This isn't dealt with by the current intersects
method, which requires non-zero overlap.
cc: @kipp.cannon