• Check if any vertex in verticesA is connected to any vertex in verticesB via at most maxDistance edges.

    Returns true if verticesA and verticesB are intersecting.

    Parameters

    Returns boolean

Generated using TypeDoc