Finds the edge connecting the current vertex with the specified vertex.
Namespace: MindFusion.Graphs
File: Vertex.js
SyntaxJavaScript
Copy Code
|
|---|
function getCommonEdge (vertex) |
Vertex. The vertex to find an edge for.
The edge connecting the vertices or null.
See Also