Open
Description
Description:
Adjacency checks return false for lines with miniscule endpoint differences due to the bounds check not using a tolerance.
Steps to reproduce:
Check adjacency of lines with miniscule end point differences within tolerance, and the adjacency check will return false.
Expected behaviour:
Adjacency returned as true whenever within tolerance.