Checks if the current edge is adjacent to the specified edge, that is, they have common vertex.
Namespace: MindFusion.Graphs
File: Edge.js
JavaScript Copy Code |
---|
function adjacentTo (edge) |
Edge. The edge to check.
true if the current edge is adjacent to the specified edge; otherwise, false.