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