Search
Edge.adjacentTo Method
See Also
 






Checks if the current edge is adjacent to the specified edge, that is, they have common vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function adjacentTo (edge)

 Parameters

edge

Edge. The edge to check.

 Return Value

true if the current edge is adjacent to the specified edge; otherwise, false.

 See Also