Search
Edge.joins Method
See Also
 






Checks if the current edge connects the specified vertices.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function joins (v1, v2)

 Parameters

v1

Vertex. The first vertex.

v2

Vertex. The second vertex.

 Return Value

true if the current edge connects the specified vertices; otherwise, false.

 See Also