Check if any vertex in verticesA is connected to any vertex in verticesB via at most maxDistance edges.
verticesA
verticesB
maxDistance
Returns true if verticesA and verticesB are intersecting.
Generated using TypeDoc
Check if any vertex in
verticesA
is connected to any vertex inverticesB
via at mostmaxDistance
edges.Returns true if verticesA and verticesB are intersecting.