You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, adjacency would return false for lines with miniscule endpoint differences due to the bounds check not using a tolerance. This has been resolved.
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.
The text was updated successfully, but these errors were encountered:
Description:
Previously, adjacency would return false for lines with miniscule endpoint differences due to the bounds check not using a tolerance. This has been resolved.
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.
The text was updated successfully, but these errors were encountered: