Checks if there is an edge connecting this vertex with the specified vertex.
Namespace: MindFusion.Graphs
Package: Vertex.js
JavaScript Copy Code |
---|
function adjacentTo (vertex) |
The vertex to check.
true if the vertices are connected; otherwise, false.