Skip to content

New method connects() for segments.segment

Duncan Macleod requested to merge duncanmmacleod/glue:segment-connects into master

[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

Merge request reports