Epsilon comparison for two Tuple3 points. Returns true if the squared distance between them is less than 1e-10, used to detect duplicate boundary points when joining route segments.
true
First point.
Second point.
true if the condition holds
Epsilon comparison for two Tuple3 points. Returns
trueif the squared distance between them is less than 1e-10, used to detect duplicate boundary points when joining route segments.