Checks if the current edge connects the specified vertices.
Namespace: MindFusion.Graphs
File: Edge.js
JavaScript Copy Code |
---|
function joins (v1, v2) |
Vertex. The first vertex.
Vertex. The second vertex.
true if the current edge connects the specified vertices; otherwise, false.