intersects
Determines if the current FatLine
instance intersects with another FatLine
instance. The intersection check is performed by comparing the bounds of the two lines, with an epsilon margin applied for spatial tolerance.
Return
true
if the two FatLine
instances intersect; false
otherwise.
Parameters
l
The FatLine
instance to check for intersection with the current instance.