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